Shades of Verdun Green #555605
Tints of Verdun Green #555605
RGB
CMYK
RGB Variations
Color information
#555605 (or 0x555605) is known color: Verdun Green. HEX triplet: 55, 56 and 05. RGB value is (85,86,5). Sum of RGB (Red+Green+Blue) = 85+86+5=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #555605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555605 is #AAA9FA. Grayscale: #4C4C4C. Windows color (decimal): -11184635 or 349781. OLE color: 349781.
HSL color Cylindrical-coordinate representation of color #555605: hue angle of 60.74º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #555605 is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 86 | 5 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.66 |
| HSL | 60.74º | 0.89% | 0.18% | - |
| HSV(B) | 60.74º | 0.94% | 0.34% | - |
| XYZ | 7.1 | 8.6 | 1.43 | - |
| YUV | 76.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 5 | 0.01 | 0 | 0.94 | 0.66 | 60.74 | 0.89 | 0.18 |
| Hex | 55 | 56 | 5 | 1 | 0 | 5E | 42 | 3D | 59 | 12 |
| Octal | 125 | 126 | 5 | 1 | 0 | 136 | 102 | 75 | 131 | 22 |
| Binary | 1010101 | 1010110 | 101 | 1 | 0 | 1011110 | 1000010 | 111101 | 1011001 | 10010 |
Color Harmonies of #555605
Complementary color
Monochromatic Colors of #555605
Black with #555605
Text Example
Text Example
White with #555605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555605; }
p { color: rgb(85,86,5); }
H1.HeaderClassName
{
color: #555605;
}
.AnyTagClassName
{
color: #555605;
}
</style>
background-color css
<style>
a { background-color: #555605; }
a { background-color: rgb(85,86,5); }
div.DivClassName
{
background-color: #555605;
}
.BgClassName
{
background-color: #555605;
}
</style>
border-color css
<style>
span { border-color: #555605; }
span { border-color: rgb(85,86,5); }
td.TdClassName
{
border-color: #555605;
}
.TagClassName
{
border-color: #555605;
}
</style>