HEX
#
RGB
HSL

#556B2F CSS / HTML Preview

Text with hexadecimal color #556B2F

This text has a font color of #556B2F.

<span style="color:#556B2F;">Your text here</span>
#556B2F border color

This element has a border color of #556B2F.

<div style="border:2px solid #556B2F;">Content here</div>
#556B2F background color

This paragraph has a background color of #556B2F.

<p style="background-color:#556B2F;">Content here</p>
CSS codes
.text {color:#556B2F;}
.background {background-color:#556B2F;}
.border {border:1px solid #556B2F;}