Shades of Verdun Green #555805
Tints of Verdun Green #555805
RGB
CMYK
RGB Variations
Color information
#555805 (or 0x555805) is known color: Verdun Green. HEX triplet: 55, 58 and 05. RGB value is (85,88,5). Sum of RGB (Red+Green+Blue) = 85+88+5=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 88 (34.77% from 255 or 49.44% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 88 - color contains mainly: green. Hex color #555805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555805 is #AAA7FA. Grayscale: #4D4D4D. Windows color (decimal): -11184123 or 350293. OLE color: 350293.
HSL color Cylindrical-coordinate representation of color #555805: hue angle of 62.17º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #555805 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 88 | 5 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.65 |
| HSL | 62.17º | 0.89% | 0.18% | - |
| HSV(B) | 62.17º | 0.94% | 0.35% | - |
| XYZ | 7.26 | 8.92 | 1.48 | - |
| YUV | 77.64 | 87.01 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 5 | 0.03 | 0 | 0.94 | 0.65 | 62.17 | 0.89 | 0.18 |
| Hex | 55 | 58 | 5 | 3 | 0 | 5E | 41 | 3E | 59 | 12 |
| Octal | 125 | 130 | 5 | 3 | 0 | 136 | 101 | 76 | 131 | 22 |
| Binary | 1010101 | 1011000 | 101 | 11 | 0 | 1011110 | 1000001 | 111110 | 1011001 | 10010 |
Color Harmonies of #555805
Complementary color
Monochromatic Colors of #555805
Black with #555805
Text Example
Text Example
White with #555805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555805; }
p { color: rgb(85,88,5); }
H1.HeaderClassName
{
color: #555805;
}
.AnyTagClassName
{
color: #555805;
}
</style>
background-color css
<style>
a { background-color: #555805; }
a { background-color: rgb(85,88,5); }
div.DivClassName
{
background-color: #555805;
}
.BgClassName
{
background-color: #555805;
}
</style>
border-color css
<style>
span { border-color: #555805; }
span { border-color: rgb(85,88,5); }
td.TdClassName
{
border-color: #555805;
}
.TagClassName
{
border-color: #555805;
}
</style>