Shades of Verdun Green #555609
Tints of Verdun Green #555609
RGB
CMYK
RGB Variations
Color information
#555609 (or 0x555609) is known color: Verdun Green. HEX triplet: 55, 56 and 09. RGB value is (85,86,9). Sum of RGB (Red+Green+Blue) = 85+86+9=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 86 (33.98% from 255 or 47.78% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 86 - color contains mainly: green. Hex color #555609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555609 is #AAA9F6. Grayscale: #4D4D4D. Windows color (decimal): -11184631 or 611925. OLE color: 611925.
HSL color Cylindrical-coordinate representation of color #555609: hue angle of 60.78º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #555609 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 86 | 9 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.66 |
| HSL | 60.78º | 0.81% | 0.19% | - |
| HSV(B) | 60.78º | 0.9% | 0.34% | - |
| XYZ | 7.12 | 8.61 | 1.54 | - |
| YUV | 76.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 9 | 0.01 | 0 | 0.90 | 0.66 | 60.78 | 0.81 | 0.19 |
| Hex | 55 | 56 | 9 | 1 | 0 | 5A | 42 | 3D | 51 | 13 |
| Octal | 125 | 126 | 11 | 1 | 0 | 132 | 102 | 75 | 121 | 23 |
| Binary | 1010101 | 1010110 | 1001 | 1 | 0 | 1011010 | 1000010 | 111101 | 1010001 | 10011 |
Color Harmonies of #555609
Complementary color
Monochromatic Colors of #555609
Black with #555609
Text Example
Text Example
White with #555609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555609; }
p { color: rgb(85,86,9); }
H1.HeaderClassName
{
color: #555609;
}
.AnyTagClassName
{
color: #555609;
}
</style>
background-color css
<style>
a { background-color: #555609; }
a { background-color: rgb(85,86,9); }
div.DivClassName
{
background-color: #555609;
}
.BgClassName
{
background-color: #555609;
}
</style>
border-color css
<style>
span { border-color: #555609; }
span { border-color: rgb(85,86,9); }
td.TdClassName
{
border-color: #555609;
}
.TagClassName
{
border-color: #555609;
}
</style>