Shades of Verdun Green #555F12
Tints of Verdun Green #555F12
RGB
CMYK
RGB Variations
Color information
#555F12 (or 0x555F12) is known color: Verdun Green. HEX triplet: 55, 5F and 12. RGB value is (85,95,18). Sum of RGB (Red+Green+Blue) = 85+95+18=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 95 (37.5% from 255 or 47.98% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 95 - color contains mainly: green. Hex color #555F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555F12 is #AAA0ED. Grayscale: #535353. Windows color (decimal): -11182318 or 1204053. OLE color: 1204053.
HSL color Cylindrical-coordinate representation of color #555F12: hue angle of 67.79º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #555F12 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 95 | 18 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.63 |
| HSL | 67.79º | 0.68% | 0.22% | - |
| HSV(B) | 67.79º | 0.81% | 0.37% | - |
| XYZ | 7.95 | 10.16 | 2.11 | - |
| YUV | 83.23 | 91.19 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 18 | 0.11 | 0 | 0.81 | 0.63 | 67.79 | 0.68 | 0.22 |
| Hex | 55 | 5F | 12 | B | 0 | 51 | 3F | 44 | 44 | 16 |
| Octal | 125 | 137 | 22 | 13 | 0 | 121 | 77 | 104 | 104 | 26 |
| Binary | 1010101 | 1011111 | 10010 | 1011 | 0 | 1010001 | 111111 | 1000100 | 1000100 | 10110 |
Color Harmonies of #555F12
Complementary color
Monochromatic Colors of #555F12
Black with #555F12
Text Example
Text Example
White with #555F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F12; }
p { color: rgb(85,95,18); }
H1.HeaderClassName
{
color: #555F12;
}
.AnyTagClassName
{
color: #555F12;
}
</style>
background-color css
<style>
a { background-color: #555F12; }
a { background-color: rgb(85,95,18); }
div.DivClassName
{
background-color: #555F12;
}
.BgClassName
{
background-color: #555F12;
}
</style>
border-color css
<style>
span { border-color: #555F12; }
span { border-color: rgb(85,95,18); }
td.TdClassName
{
border-color: #555F12;
}
.TagClassName
{
border-color: #555F12;
}
</style>