Shades of Verdun Green #56580D
Tints of Verdun Green #56580D
RGB
CMYK
RGB Variations
Color information
#56580D (or 0x56580D) is known color: Verdun Green. HEX triplet: 56, 58 and 0D. RGB value is (86,88,13). Sum of RGB (Red+Green+Blue) = 86+88+13=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 88 - color contains mainly: green. Hex color #56580D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56580D is #A9A7F2. Grayscale: #4F4F4F. Windows color (decimal): -11118579 or 874582. OLE color: 874582.
HSL color Cylindrical-coordinate representation of color #56580D: hue angle of 61.6º degrees, saturation: 0.74, 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 #56580D is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 88 | 13 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.65 |
| HSL | 61.6º | 0.74% | 0.2% | - |
| HSV(B) | 61.6º | 0.85% | 0.35% | - |
| XYZ | 7.4 | 8.99 | 1.73 | - |
| YUV | 78.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 13 | 0.02 | 0 | 0.85 | 0.65 | 61.6 | 0.74 | 0.2 |
| Hex | 56 | 58 | D | 2 | 0 | 55 | 41 | 3E | 4A | 14 |
| Octal | 126 | 130 | 15 | 2 | 0 | 125 | 101 | 76 | 112 | 24 |
| Binary | 1010110 | 1011000 | 1101 | 10 | 0 | 1010101 | 1000001 | 111110 | 1001010 | 10100 |
Color Harmonies of #56580D
Complementary color
Monochromatic Colors of #56580D
Black with #56580D
Text Example
Text Example
White with #56580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56580D; }
p { color: rgb(86,88,13); }
H1.HeaderClassName
{
color: #56580D;
}
.AnyTagClassName
{
color: #56580D;
}
</style>
background-color css
<style>
a { background-color: #56580D; }
a { background-color: rgb(86,88,13); }
div.DivClassName
{
background-color: #56580D;
}
.BgClassName
{
background-color: #56580D;
}
</style>
border-color css
<style>
span { border-color: #56580D; }
span { border-color: rgb(86,88,13); }
td.TdClassName
{
border-color: #56580D;
}
.TagClassName
{
border-color: #56580D;
}
</style>