Shades of Verdun Green #555905
Tints of Verdun Green #555905
RGB
CMYK
RGB Variations
Color information
#555905 (or 0x555905) is known color: Verdun Green. HEX triplet: 55, 59 and 05. RGB value is (85,89,5). Sum of RGB (Red+Green+Blue) = 85+89+5=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 89 (35.16% from 255 or 49.72% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 89 - color contains mainly: green. Hex color #555905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555905 is #AAA6FA. Grayscale: #4E4E4E. Windows color (decimal): -11183867 or 350549. OLE color: 350549.
HSL color Cylindrical-coordinate representation of color #555905: hue angle of 62.86º 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 #555905 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 5 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.65 |
| HSL | 62.86º | 0.89% | 0.18% | - |
| HSV(B) | 62.86º | 0.94% | 0.35% | - |
| XYZ | 7.35 | 9.09 | 1.51 | - |
| YUV | 78.23 | 86.67 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 5 | 0.04 | 0 | 0.94 | 0.65 | 62.86 | 0.89 | 0.18 |
| Hex | 55 | 59 | 5 | 4 | 0 | 5E | 41 | 3F | 59 | 12 |
| Octal | 125 | 131 | 5 | 4 | 0 | 136 | 101 | 77 | 131 | 22 |
| Binary | 1010101 | 1011001 | 101 | 100 | 0 | 1011110 | 1000001 | 111111 | 1011001 | 10010 |
Color Harmonies of #555905
Complementary color
Monochromatic Colors of #555905
Black with #555905
Text Example
Text Example
White with #555905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555905; }
p { color: rgb(85,89,5); }
H1.HeaderClassName
{
color: #555905;
}
.AnyTagClassName
{
color: #555905;
}
</style>
background-color css
<style>
a { background-color: #555905; }
a { background-color: rgb(85,89,5); }
div.DivClassName
{
background-color: #555905;
}
.BgClassName
{
background-color: #555905;
}
</style>
border-color css
<style>
span { border-color: #555905; }
span { border-color: rgb(85,89,5); }
td.TdClassName
{
border-color: #555905;
}
.TagClassName
{
border-color: #555905;
}
</style>