Shades of Verdun Green #555F06
Tints of Verdun Green #555F06
RGB
CMYK
RGB Variations
Color information
#555F06 (or 0x555F06) is known color: Verdun Green. HEX triplet: 55, 5F and 06. RGB value is (85,95,6). Sum of RGB (Red+Green+Blue) = 85+95+6=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 95 (37.5% from 255 or 51.08% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 95 - color contains mainly: green. Hex color #555F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555F06 is #AAA0F9. Grayscale: #525252. Windows color (decimal): -11182330 or 417621. OLE color: 417621.
HSL color Cylindrical-coordinate representation of color #555F06: hue angle of 66.74º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #555F06 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 95 | 6 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.63 |
| HSL | 66.74º | 0.88% | 0.2% | - |
| HSV(B) | 66.74º | 0.94% | 0.37% | - |
| XYZ | 7.87 | 10.13 | 1.71 | - |
| YUV | 81.86 | 85.19 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 6 | 0.11 | 0 | 0.94 | 0.63 | 66.74 | 0.88 | 0.2 |
| Hex | 55 | 5F | 6 | B | 0 | 5E | 3F | 43 | 58 | 14 |
| Octal | 125 | 137 | 6 | 13 | 0 | 136 | 77 | 103 | 130 | 24 |
| Binary | 1010101 | 1011111 | 110 | 1011 | 0 | 1011110 | 111111 | 1000011 | 1011000 | 10100 |
Color Harmonies of #555F06
Complementary color
Monochromatic Colors of #555F06
Black with #555F06
Text Example
Text Example
White with #555F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F06; }
p { color: rgb(85,95,6); }
H1.HeaderClassName
{
color: #555F06;
}
.AnyTagClassName
{
color: #555F06;
}
</style>
background-color css
<style>
a { background-color: #555F06; }
a { background-color: rgb(85,95,6); }
div.DivClassName
{
background-color: #555F06;
}
.BgClassName
{
background-color: #555F06;
}
</style>
border-color css
<style>
span { border-color: #555F06; }
span { border-color: rgb(85,95,6); }
td.TdClassName
{
border-color: #555F06;
}
.TagClassName
{
border-color: #555F06;
}
</style>