Shades of Verdun Green #56580E
Tints of Verdun Green #56580E
RGB
CMYK
RGB Variations
Color information
#56580E (or 0x56580E) is known color: Verdun Green. HEX triplet: 56, 58 and 0E. RGB value is (86,88,14). Sum of RGB (Red+Green+Blue) = 86+88+14=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 88 - color contains mainly: green. Hex color #56580E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56580E is #A9A7F1. Grayscale: #4F4F4F. Windows color (decimal): -11118578 or 940118. OLE color: 940118.
HSL color Cylindrical-coordinate representation of color #56580E: hue angle of 61.62º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56580E is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 88 | 14 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.65 |
| HSL | 61.62º | 0.73% | 0.2% | - |
| HSV(B) | 61.62º | 0.84% | 0.35% | - |
| XYZ | 7.41 | 8.99 | 1.76 | - |
| YUV | 78.97 | 91.34 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 14 | 0.02 | 0 | 0.84 | 0.65 | 61.62 | 0.73 | 0.2 |
| Hex | 56 | 58 | E | 2 | 0 | 54 | 41 | 3E | 49 | 14 |
| Octal | 126 | 130 | 16 | 2 | 0 | 124 | 101 | 76 | 111 | 24 |
| Binary | 1010110 | 1011000 | 1110 | 10 | 0 | 1010100 | 1000001 | 111110 | 1001001 | 10100 |
Color Harmonies of #56580E
Complementary color
Monochromatic Colors of #56580E
Black with #56580E
Text Example
Text Example
White with #56580E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56580E; }
p { color: rgb(86,88,14); }
H1.HeaderClassName
{
color: #56580E;
}
.AnyTagClassName
{
color: #56580E;
}
</style>
background-color css
<style>
a { background-color: #56580E; }
a { background-color: rgb(86,88,14); }
div.DivClassName
{
background-color: #56580E;
}
.BgClassName
{
background-color: #56580E;
}
</style>
border-color css
<style>
span { border-color: #56580E; }
span { border-color: rgb(86,88,14); }
td.TdClassName
{
border-color: #56580E;
}
.TagClassName
{
border-color: #56580E;
}
</style>