Shades of Verdun Green #57560A
Tints of Verdun Green #57560A
RGB
CMYK
RGB Variations
Color information
#57560A (or 0x57560A) is known color: Verdun Green. HEX triplet: 57, 56 and 0A. RGB value is (87,86,10). Sum of RGB (Red+Green+Blue) = 87+86+10=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #57560A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57560A is #A8A9F5. Grayscale: #4D4D4D. Windows color (decimal): -11053558 or 677463. OLE color: 677463.
HSL color Cylindrical-coordinate representation of color #57560A: hue angle of 59.22º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #57560A is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 86 | 10 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.66 |
| HSL | 59.22º | 0.79% | 0.19% | - |
| HSV(B) | 59.22º | 0.89% | 0.34% | - |
| XYZ | 7.31 | 8.7 | 1.58 | - |
| YUV | 77.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 10 | 0 | 0.01 | 0.89 | 0.66 | 59.22 | 0.79 | 0.19 |
| Hex | 57 | 56 | A | 0 | 1 | 59 | 42 | 3B | 4F | 13 |
| Octal | 127 | 126 | 12 | 0 | 1 | 131 | 102 | 73 | 117 | 23 |
| Binary | 1010111 | 1010110 | 1010 | 0 | 1 | 1011001 | 1000010 | 111011 | 1001111 | 10011 |
Color Harmonies of #57560A
Complementary color
Monochromatic Colors of #57560A
Black with #57560A
Text Example
Text Example
White with #57560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57560A; }
p { color: rgb(87,86,10); }
H1.HeaderClassName
{
color: #57560A;
}
.AnyTagClassName
{
color: #57560A;
}
</style>
background-color css
<style>
a { background-color: #57560A; }
a { background-color: rgb(87,86,10); }
div.DivClassName
{
background-color: #57560A;
}
.BgClassName
{
background-color: #57560A;
}
</style>
border-color css
<style>
span { border-color: #57560A; }
span { border-color: rgb(87,86,10); }
td.TdClassName
{
border-color: #57560A;
}
.TagClassName
{
border-color: #57560A;
}
</style>