Shades of Verdun Green #555811
Tints of Verdun Green #555811
RGB
CMYK
RGB Variations
Color information
#555811 (or 0x555811) is known color: Verdun Green. HEX triplet: 55, 58 and 11. RGB value is (85,88,17). Sum of RGB (Red+Green+Blue) = 85+88+17=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #555811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555811 is #AAA7EE. Grayscale: #4F4F4F. Windows color (decimal): -11184111 or 1136725. OLE color: 1136725.
HSL color Cylindrical-coordinate representation of color #555811: hue angle of 62.54º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #555811 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 88 | 17 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.65 |
| HSL | 62.54º | 0.68% | 0.21% | - |
| HSV(B) | 62.54º | 0.81% | 0.35% | - |
| XYZ | 7.34 | 8.95 | 1.87 | - |
| YUV | 79.01 | 93.01 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 17 | 0.03 | 0 | 0.81 | 0.65 | 62.54 | 0.68 | 0.21 |
| Hex | 55 | 58 | 11 | 3 | 0 | 51 | 41 | 3F | 44 | 15 |
| Octal | 125 | 130 | 21 | 3 | 0 | 121 | 101 | 77 | 104 | 25 |
| Binary | 1010101 | 1011000 | 10001 | 11 | 0 | 1010001 | 1000001 | 111111 | 1000100 | 10101 |
Color Harmonies of #555811
Complementary color
Monochromatic Colors of #555811
Black with #555811
Text Example
Text Example
White with #555811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555811; }
p { color: rgb(85,88,17); }
H1.HeaderClassName
{
color: #555811;
}
.AnyTagClassName
{
color: #555811;
}
</style>
background-color css
<style>
a { background-color: #555811; }
a { background-color: rgb(85,88,17); }
div.DivClassName
{
background-color: #555811;
}
.BgClassName
{
background-color: #555811;
}
</style>
border-color css
<style>
span { border-color: #555811; }
span { border-color: rgb(85,88,17); }
td.TdClassName
{
border-color: #555811;
}
.TagClassName
{
border-color: #555811;
}
</style>