Shades of Verdun Green #59570A
Tints of Verdun Green #59570A
RGB
CMYK
RGB Variations
Color information
#59570A (or 0x59570A) is known color: Verdun Green. HEX triplet: 59, 57 and 0A. RGB value is (89,87,10). Sum of RGB (Red+Green+Blue) = 89+87+10=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 87 (34.38% from 255 or 46.77% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #59570A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59570A is #A6A8F5. Grayscale: #4F4F4F. Windows color (decimal): -10922230 or 677721. OLE color: 677721.
HSL color Cylindrical-coordinate representation of color #59570A: hue angle of 58.48º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #59570A is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 87 | 10 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.65 |
| HSL | 58.48º | 0.8% | 0.19% | - |
| HSV(B) | 58.48º | 0.89% | 0.35% | - |
| XYZ | 7.58 | 8.96 | 1.62 | - |
| YUV | 78.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 87 | 10 | 0 | 0.02 | 0.89 | 0.65 | 58.48 | 0.8 | 0.19 |
| Hex | 59 | 57 | A | 0 | 2 | 59 | 41 | 3A | 50 | 13 |
| Octal | 131 | 127 | 12 | 0 | 2 | 131 | 101 | 72 | 120 | 23 |
| Binary | 1011001 | 1010111 | 1010 | 0 | 10 | 1011001 | 1000001 | 111010 | 1010000 | 10011 |
Color Harmonies of #59570A
Complementary color
Monochromatic Colors of #59570A
Black with #59570A
Text Example
Text Example
White with #59570A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59570A; }
p { color: rgb(89,87,10); }
H1.HeaderClassName
{
color: #59570A;
}
.AnyTagClassName
{
color: #59570A;
}
</style>
background-color css
<style>
a { background-color: #59570A; }
a { background-color: rgb(89,87,10); }
div.DivClassName
{
background-color: #59570A;
}
.BgClassName
{
background-color: #59570A;
}
</style>
border-color css
<style>
span { border-color: #59570A; }
span { border-color: rgb(89,87,10); }
td.TdClassName
{
border-color: #59570A;
}
.TagClassName
{
border-color: #59570A;
}
</style>