Shades of Verdun Green #56590D
Tints of Verdun Green #56590D
RGB
CMYK
RGB Variations
Color information
#56590D (or 0x56590D) is known color: Verdun Green. HEX triplet: 56, 59 and 0D. RGB value is (86,89,13). Sum of RGB (Red+Green+Blue) = 86+89+13=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #56590D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56590D is #A9A6F2. Grayscale: #4F4F4F. Windows color (decimal): -11118323 or 874838. OLE color: 874838.
HSL color Cylindrical-coordinate representation of color #56590D: hue angle of 62.37º 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 #56590D is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 89 | 13 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.65 |
| HSL | 62.37º | 0.75% | 0.2% | - |
| HSV(B) | 62.37º | 0.85% | 0.35% | - |
| XYZ | 7.48 | 9.15 | 1.75 | - |
| YUV | 79.44 | 90.51 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 89 | 13 | 0.03 | 0 | 0.85 | 0.65 | 62.37 | 0.75 | 0.2 |
| Hex | 56 | 59 | D | 3 | 0 | 55 | 41 | 3E | 4B | 14 |
| Octal | 126 | 131 | 15 | 3 | 0 | 125 | 101 | 76 | 113 | 24 |
| Binary | 1010110 | 1011001 | 1101 | 11 | 0 | 1010101 | 1000001 | 111110 | 1001011 | 10100 |
Color Harmonies of #56590D
Complementary color
Monochromatic Colors of #56590D
Black with #56590D
Text Example
Text Example
White with #56590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56590D; }
p { color: rgb(86,89,13); }
H1.HeaderClassName
{
color: #56590D;
}
.AnyTagClassName
{
color: #56590D;
}
</style>
background-color css
<style>
a { background-color: #56590D; }
a { background-color: rgb(86,89,13); }
div.DivClassName
{
background-color: #56590D;
}
.BgClassName
{
background-color: #56590D;
}
</style>
border-color css
<style>
span { border-color: #56590D; }
span { border-color: rgb(86,89,13); }
td.TdClassName
{
border-color: #56590D;
}
.TagClassName
{
border-color: #56590D;
}
</style>