Shades of Verdun Green #59550B
Tints of Verdun Green #59550B
RGB
CMYK
RGB Variations
Color information
#59550B (or 0x59550B) is known color: Verdun Green. HEX triplet: 59, 55 and 0B. RGB value is (89,85,11). Sum of RGB (Red+Green+Blue) = 89+85+11=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59550B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59550B is #A6AAF4. Grayscale: #4E4E4E. Windows color (decimal): -10922741 or 742745. OLE color: 742745.
HSL color Cylindrical-coordinate representation of color #59550B: hue angle of 56.92º 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 #59550B is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 85 | 11 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.65 |
| HSL | 56.92º | 0.78% | 0.2% | - |
| HSV(B) | 56.92º | 0.88% | 0.35% | - |
| XYZ | 7.43 | 8.65 | 1.59 | - |
| YUV | 77.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 11 | 0 | 0.04 | 0.88 | 0.65 | 56.92 | 0.78 | 0.2 |
| Hex | 59 | 55 | B | 0 | 4 | 58 | 41 | 39 | 4E | 14 |
| Octal | 131 | 125 | 13 | 0 | 4 | 130 | 101 | 71 | 116 | 24 |
| Binary | 1011001 | 1010101 | 1011 | 0 | 100 | 1011000 | 1000001 | 111001 | 1001110 | 10100 |
Color Harmonies of #59550B
Complementary color
Monochromatic Colors of #59550B
Black with #59550B
Text Example
Text Example
White with #59550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59550B; }
p { color: rgb(89,85,11); }
H1.HeaderClassName
{
color: #59550B;
}
.AnyTagClassName
{
color: #59550B;
}
</style>
background-color css
<style>
a { background-color: #59550B; }
a { background-color: rgb(89,85,11); }
div.DivClassName
{
background-color: #59550B;
}
.BgClassName
{
background-color: #59550B;
}
</style>
border-color css
<style>
span { border-color: #59550B; }
span { border-color: rgb(89,85,11); }
td.TdClassName
{
border-color: #59550B;
}
.TagClassName
{
border-color: #59550B;
}
</style>