Shades of Verdun Green #56590A
Tints of Verdun Green #56590A
RGB
CMYK
RGB Variations
Color information
#56590A (or 0x56590A) is known color: Verdun Green. HEX triplet: 56, 59 and 0A. RGB value is (86,89,10). Sum of RGB (Red+Green+Blue) = 86+89+10=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 89 - color contains mainly: green. Hex color #56590A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56590A is #A9A6F5. Grayscale: #4F4F4F. Windows color (decimal): -11118326 or 678230. OLE color: 678230.
HSL color Cylindrical-coordinate representation of color #56590A: hue angle of 62.28º 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 #56590A is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 89 | 10 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.65 |
| HSL | 62.28º | 0.8% | 0.19% | - |
| HSV(B) | 62.28º | 0.89% | 0.35% | - |
| XYZ | 7.46 | 9.15 | 1.66 | - |
| YUV | 79.1 | 89.01 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 89 | 10 | 0.03 | 0 | 0.89 | 0.65 | 62.28 | 0.8 | 0.19 |
| Hex | 56 | 59 | A | 3 | 0 | 59 | 41 | 3E | 50 | 13 |
| Octal | 126 | 131 | 12 | 3 | 0 | 131 | 101 | 76 | 120 | 23 |
| Binary | 1010110 | 1011001 | 1010 | 11 | 0 | 1011001 | 1000001 | 111110 | 1010000 | 10011 |
Color Harmonies of #56590A
Complementary color
Monochromatic Colors of #56590A
Black with #56590A
Text Example
Text Example
White with #56590A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56590A; }
p { color: rgb(86,89,10); }
H1.HeaderClassName
{
color: #56590A;
}
.AnyTagClassName
{
color: #56590A;
}
</style>
background-color css
<style>
a { background-color: #56590A; }
a { background-color: rgb(86,89,10); }
div.DivClassName
{
background-color: #56590A;
}
.BgClassName
{
background-color: #56590A;
}
</style>
border-color css
<style>
span { border-color: #56590A; }
span { border-color: rgb(86,89,10); }
td.TdClassName
{
border-color: #56590A;
}
.TagClassName
{
border-color: #56590A;
}
</style>