Shades of Verdun Green #56580C
Tints of Verdun Green #56580C
RGB
CMYK
RGB Variations
Color information
#56580C (or 0x56580C) is known color: Verdun Green. HEX triplet: 56, 58 and 0C. RGB value is (86,88,12). Sum of RGB (Red+Green+Blue) = 86+88+12=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 88 - color contains mainly: green. Hex color #56580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56580C is #A9A7F3. Grayscale: #4F4F4F. Windows color (decimal): -11118580 or 809046. OLE color: 809046.
HSL color Cylindrical-coordinate representation of color #56580C: hue angle of 61.58º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #56580C is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 88 | 12 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.65 |
| HSL | 61.58º | 0.76% | 0.2% | - |
| HSV(B) | 61.58º | 0.86% | 0.35% | - |
| XYZ | 7.39 | 8.98 | 1.69 | - |
| YUV | 78.74 | 90.34 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 12 | 0.02 | 0 | 0.86 | 0.65 | 61.58 | 0.76 | 0.2 |
| Hex | 56 | 58 | C | 2 | 0 | 56 | 41 | 3E | 4C | 14 |
| Octal | 126 | 130 | 14 | 2 | 0 | 126 | 101 | 76 | 114 | 24 |
| Binary | 1010110 | 1011000 | 1100 | 10 | 0 | 1010110 | 1000001 | 111110 | 1001100 | 10100 |
Color Harmonies of #56580C
Complementary color
Monochromatic Colors of #56580C
Black with #56580C
Text Example
Text Example
White with #56580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56580C; }
p { color: rgb(86,88,12); }
H1.HeaderClassName
{
color: #56580C;
}
.AnyTagClassName
{
color: #56580C;
}
</style>
background-color css
<style>
a { background-color: #56580C; }
a { background-color: rgb(86,88,12); }
div.DivClassName
{
background-color: #56580C;
}
.BgClassName
{
background-color: #56580C;
}
</style>
border-color css
<style>
span { border-color: #56580C; }
span { border-color: rgb(86,88,12); }
td.TdClassName
{
border-color: #56580C;
}
.TagClassName
{
border-color: #56580C;
}
</style>