Shades of Verdun Green #57570C
Tints of Verdun Green #57570C
RGB
CMYK
RGB Variations
Color information
#57570C (or 0x57570C) is known color: Verdun Green. HEX triplet: 57, 57 and 0C. RGB value is (87,87,12). Sum of RGB (Red+Green+Blue) = 87+87+12=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 87 (34.38% from 255 or 46.77% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 87 - color contains mainly: red, green. Hex color #57570C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57570C is #A8A8F3. Grayscale: #4E4E4E. Windows color (decimal): -11053300 or 808791. OLE color: 808791.
HSL color Cylindrical-coordinate representation of color #57570C: hue angle of 60º 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 #57570C is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 87 | 12 | - |
| CMYK | 0 | 0 | 0.86 | 0.66 |
| HSL | 60º | 0.76% | 0.19% | - |
| HSV(B) | 60º | 0.86% | 0.34% | - |
| XYZ | 7.41 | 8.87 | 1.67 | - |
| YUV | 78.45 | 90.5 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 87 | 12 | 0 | 0 | 0.86 | 0.66 | 60 | 0.76 | 0.19 |
| Hex | 57 | 57 | C | 0 | 0 | 56 | 42 | 3C | 4C | 13 |
| Octal | 127 | 127 | 14 | 0 | 0 | 126 | 102 | 74 | 114 | 23 |
| Binary | 1010111 | 1010111 | 1100 | 0 | 0 | 1010110 | 1000010 | 111100 | 1001100 | 10011 |
Color Harmonies of #57570C
Complementary color
Monochromatic Colors of #57570C
Black with #57570C
Text Example
Text Example
White with #57570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57570C; }
p { color: rgb(87,87,12); }
H1.HeaderClassName
{
color: #57570C;
}
.AnyTagClassName
{
color: #57570C;
}
</style>
background-color css
<style>
a { background-color: #57570C; }
a { background-color: rgb(87,87,12); }
div.DivClassName
{
background-color: #57570C;
}
.BgClassName
{
background-color: #57570C;
}
</style>
border-color css
<style>
span { border-color: #57570C; }
span { border-color: rgb(87,87,12); }
td.TdClassName
{
border-color: #57570C;
}
.TagClassName
{
border-color: #57570C;
}
</style>