Shades of Verdun Green #57560B
Tints of Verdun Green #57560B
RGB
CMYK
RGB Variations
Color information
#57560B (or 0x57560B) is known color: Verdun Green. HEX triplet: 57, 56 and 0B. RGB value is (87,86,11). Sum of RGB (Red+Green+Blue) = 87+86+11=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 86 (33.98% from 255 or 46.74% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #57560B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57560B is #A8A9F4. Grayscale: #4E4E4E. Windows color (decimal): -11053557 or 742999. OLE color: 742999.
HSL color Cylindrical-coordinate representation of color #57560B: hue angle of 59.21º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #57560B is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 86 | 11 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.66 |
| HSL | 59.21º | 0.78% | 0.19% | - |
| HSV(B) | 59.21º | 0.87% | 0.34% | - |
| XYZ | 7.32 | 8.71 | 1.61 | - |
| YUV | 77.75 | 90.33 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 11 | 0 | 0.01 | 0.87 | 0.66 | 59.21 | 0.78 | 0.19 |
| Hex | 57 | 56 | B | 0 | 1 | 57 | 42 | 3B | 4E | 13 |
| Octal | 127 | 126 | 13 | 0 | 1 | 127 | 102 | 73 | 116 | 23 |
| Binary | 1010111 | 1010110 | 1011 | 0 | 1 | 1010111 | 1000010 | 111011 | 1001110 | 10011 |
Color Harmonies of #57560B
Complementary color
Monochromatic Colors of #57560B
Black with #57560B
Text Example
Text Example
White with #57560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57560B; }
p { color: rgb(87,86,11); }
H1.HeaderClassName
{
color: #57560B;
}
.AnyTagClassName
{
color: #57560B;
}
</style>
background-color css
<style>
a { background-color: #57560B; }
a { background-color: rgb(87,86,11); }
div.DivClassName
{
background-color: #57560B;
}
.BgClassName
{
background-color: #57560B;
}
</style>
border-color css
<style>
span { border-color: #57560B; }
span { border-color: rgb(87,86,11); }
td.TdClassName
{
border-color: #57560B;
}
.TagClassName
{
border-color: #57560B;
}
</style>