Shades of Verdun Green #555F15
Tints of Verdun Green #555F15
RGB
CMYK
RGB Variations
Color information
#555F15 (or 0x555F15) is known color: Verdun Green. HEX triplet: 55, 5F and 15. RGB value is (85,95,21). Sum of RGB (Red+Green+Blue) = 85+95+21=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 95 - color contains mainly: green. Hex color #555F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555F15 is #AAA0EA. Grayscale: #535353. Windows color (decimal): -11182315 or 1400661. OLE color: 1400661.
HSL color Cylindrical-coordinate representation of color #555F15: hue angle of 68.11º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #555F15 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 95 | 21 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.63 |
| HSL | 68.11º | 0.64% | 0.23% | - |
| HSV(B) | 68.11º | 0.78% | 0.37% | - |
| XYZ | 7.97 | 10.17 | 2.25 | - |
| YUV | 83.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 21 | 0.11 | 0 | 0.78 | 0.63 | 68.11 | 0.64 | 0.23 |
| Hex | 55 | 5F | 15 | B | 0 | 4E | 3F | 44 | 40 | 17 |
| Octal | 125 | 137 | 25 | 13 | 0 | 116 | 77 | 104 | 100 | 27 |
| Binary | 1010101 | 1011111 | 10101 | 1011 | 0 | 1001110 | 111111 | 1000100 | 1000000 | 10111 |
Color Harmonies of #555F15
Complementary color
Monochromatic Colors of #555F15
Black with #555F15
Text Example
Text Example
White with #555F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F15; }
p { color: rgb(85,95,21); }
H1.HeaderClassName
{
color: #555F15;
}
.AnyTagClassName
{
color: #555F15;
}
</style>
background-color css
<style>
a { background-color: #555F15; }
a { background-color: rgb(85,95,21); }
div.DivClassName
{
background-color: #555F15;
}
.BgClassName
{
background-color: #555F15;
}
</style>
border-color css
<style>
span { border-color: #555F15; }
span { border-color: rgb(85,95,21); }
td.TdClassName
{
border-color: #555F15;
}
.TagClassName
{
border-color: #555F15;
}
</style>