Shades of Verdun Green #55590B
Tints of Verdun Green #55590B
RGB
CMYK
RGB Variations
Color information
#55590B (or 0x55590B) is known color: Verdun Green. HEX triplet: 55, 59 and 0B. RGB value is (85,89,11). Sum of RGB (Red+Green+Blue) = 85+89+11=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 89 - color contains mainly: green. Hex color #55590B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55590B is #AAA6F4. Grayscale: #4F4F4F. Windows color (decimal): -11183861 or 743765. OLE color: 743765.
HSL color Cylindrical-coordinate representation of color #55590B: hue angle of 63.08º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55590B is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 11 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.65 |
| HSL | 63.08º | 0.78% | 0.2% | - |
| HSV(B) | 63.08º | 0.88% | 0.35% | - |
| XYZ | 7.38 | 9.1 | 1.68 | - |
| YUV | 78.91 | 89.67 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 11 | 0.04 | 0 | 0.88 | 0.65 | 63.08 | 0.78 | 0.2 |
| Hex | 55 | 59 | B | 4 | 0 | 58 | 41 | 3F | 4E | 14 |
| Octal | 125 | 131 | 13 | 4 | 0 | 130 | 101 | 77 | 116 | 24 |
| Binary | 1010101 | 1011001 | 1011 | 100 | 0 | 1011000 | 1000001 | 111111 | 1001110 | 10100 |
Color Harmonies of #55590B
Complementary color
Monochromatic Colors of #55590B
Black with #55590B
Text Example
Text Example
White with #55590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55590B; }
p { color: rgb(85,89,11); }
H1.HeaderClassName
{
color: #55590B;
}
.AnyTagClassName
{
color: #55590B;
}
</style>
background-color css
<style>
a { background-color: #55590B; }
a { background-color: rgb(85,89,11); }
div.DivClassName
{
background-color: #55590B;
}
.BgClassName
{
background-color: #55590B;
}
</style>
border-color css
<style>
span { border-color: #55590B; }
span { border-color: rgb(85,89,11); }
td.TdClassName
{
border-color: #55590B;
}
.TagClassName
{
border-color: #55590B;
}
</style>