Shades of Verdun Green #555F0C
Tints of Verdun Green #555F0C
RGB
CMYK
RGB Variations
Color information
#555F0C (or 0x555F0C) is known color: Verdun Green. HEX triplet: 55, 5F and 0C. RGB value is (85,95,12). Sum of RGB (Red+Green+Blue) = 85+95+12=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 95 (37.5% from 255 or 49.48% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 95 - color contains mainly: green. Hex color #555F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555F0C is #AAA0F3. Grayscale: #525252. Windows color (decimal): -11182324 or 810837. OLE color: 810837.
HSL color Cylindrical-coordinate representation of color #555F0C: hue angle of 67.23º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #555F0C is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 95 | 12 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.63 |
| HSL | 67.23º | 0.78% | 0.21% | - |
| HSV(B) | 67.23º | 0.87% | 0.37% | - |
| XYZ | 7.9 | 10.14 | 1.89 | - |
| YUV | 82.55 | 88.19 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 12 | 0.11 | 0 | 0.87 | 0.63 | 67.23 | 0.78 | 0.21 |
| Hex | 55 | 5F | C | B | 0 | 57 | 3F | 43 | 4E | 15 |
| Octal | 125 | 137 | 14 | 13 | 0 | 127 | 77 | 103 | 116 | 25 |
| Binary | 1010101 | 1011111 | 1100 | 1011 | 0 | 1010111 | 111111 | 1000011 | 1001110 | 10101 |
Color Harmonies of #555F0C
Complementary color
Monochromatic Colors of #555F0C
Black with #555F0C
Text Example
Text Example
White with #555F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F0C; }
p { color: rgb(85,95,12); }
H1.HeaderClassName
{
color: #555F0C;
}
.AnyTagClassName
{
color: #555F0C;
}
</style>
background-color css
<style>
a { background-color: #555F0C; }
a { background-color: rgb(85,95,12); }
div.DivClassName
{
background-color: #555F0C;
}
.BgClassName
{
background-color: #555F0C;
}
</style>
border-color css
<style>
span { border-color: #555F0C; }
span { border-color: rgb(85,95,12); }
td.TdClassName
{
border-color: #555F0C;
}
.TagClassName
{
border-color: #555F0C;
}
</style>