Shades of Verdun Green #59590D
Tints of Verdun Green #59590D
RGB
CMYK
RGB Variations
Color information
#59590D (or 0x59590D) is known color: Verdun Green. HEX triplet: 59, 59 and 0D. RGB value is (89,89,13). Sum of RGB (Red+Green+Blue) = 89+89+13=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 89 - color contains mainly: red, green. Hex color #59590D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59590D is #A6A6F2. Grayscale: #505050. Windows color (decimal): -10921715 or 874841. OLE color: 874841.
HSL color Cylindrical-coordinate representation of color #59590D: hue angle of 60º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59590D is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 89 | 13 | - |
| CMYK | 0 | 0 | 0.85 | 0.65 |
| HSL | 60º | 0.75% | 0.2% | - |
| HSV(B) | 60º | 0.85% | 0.35% | - |
| XYZ | 7.76 | 9.3 | 1.77 | - |
| YUV | 80.34 | 90 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 13 | 0 | 0 | 0.85 | 0.65 | 60 | 0.75 | 0.2 |
| Hex | 59 | 59 | D | 0 | 0 | 55 | 41 | 3C | 4B | 14 |
| Octal | 131 | 131 | 15 | 0 | 0 | 125 | 101 | 74 | 113 | 24 |
| Binary | 1011001 | 1011001 | 1101 | 0 | 0 | 1010101 | 1000001 | 111100 | 1001011 | 10100 |
Color Harmonies of #59590D
Complementary color
Monochromatic Colors of #59590D
Black with #59590D
Text Example
Text Example
White with #59590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59590D; }
p { color: rgb(89,89,13); }
H1.HeaderClassName
{
color: #59590D;
}
.AnyTagClassName
{
color: #59590D;
}
</style>
background-color css
<style>
a { background-color: #59590D; }
a { background-color: rgb(89,89,13); }
div.DivClassName
{
background-color: #59590D;
}
.BgClassName
{
background-color: #59590D;
}
</style>
border-color css
<style>
span { border-color: #59590D; }
span { border-color: rgb(89,89,13); }
td.TdClassName
{
border-color: #59590D;
}
.TagClassName
{
border-color: #59590D;
}
</style>