Shades of Verdun Green #56570C
Tints of Verdun Green #56570C
RGB
CMYK
RGB Variations
Color information
#56570C (or 0x56570C) is known color: Verdun Green. HEX triplet: 56, 57 and 0C. RGB value is (86,87,12). Sum of RGB (Red+Green+Blue) = 86+87+12=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 87 (34.38% from 255 or 47.03% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 87 - color contains mainly: green. Hex color #56570C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56570C is #A9A8F3. Grayscale: #4E4E4E. Windows color (decimal): -11118836 or 808790. OLE color: 808790.
HSL color Cylindrical-coordinate representation of color #56570C: hue angle of 60.8º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #56570C is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 87 | 12 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.66 |
| HSL | 60.8º | 0.76% | 0.19% | - |
| HSV(B) | 60.8º | 0.86% | 0.34% | - |
| XYZ | 7.31 | 8.82 | 1.67 | - |
| YUV | 78.15 | 90.67 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 12 | 0.01 | 0 | 0.86 | 0.66 | 60.8 | 0.76 | 0.19 |
| Hex | 56 | 57 | C | 1 | 0 | 56 | 42 | 3D | 4C | 13 |
| Octal | 126 | 127 | 14 | 1 | 0 | 126 | 102 | 75 | 114 | 23 |
| Binary | 1010110 | 1010111 | 1100 | 1 | 0 | 1010110 | 1000010 | 111101 | 1001100 | 10011 |
Color Harmonies of #56570C
Complementary color
Monochromatic Colors of #56570C
Black with #56570C
Text Example
Text Example
White with #56570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56570C; }
p { color: rgb(86,87,12); }
H1.HeaderClassName
{
color: #56570C;
}
.AnyTagClassName
{
color: #56570C;
}
</style>
background-color css
<style>
a { background-color: #56570C; }
a { background-color: rgb(86,87,12); }
div.DivClassName
{
background-color: #56570C;
}
.BgClassName
{
background-color: #56570C;
}
</style>
border-color css
<style>
span { border-color: #56570C; }
span { border-color: rgb(86,87,12); }
td.TdClassName
{
border-color: #56570C;
}
.TagClassName
{
border-color: #56570C;
}
</style>