Shades of Verdun Green #57600C
Tints of Verdun Green #57600C
RGB
CMYK
RGB Variations
Color information
#57600C (or 0x57600C) is known color: Verdun Green. HEX triplet: 57, 60 and 0C. RGB value is (87,96,12). Sum of RGB (Red+Green+Blue) = 87+96+12=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #57600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57600C is #A89FF3. Grayscale: #545454. Windows color (decimal): -11050996 or 811095. OLE color: 811095.
HSL color Cylindrical-coordinate representation of color #57600C: hue angle of 66.43º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #57600C is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 96 | 12 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.62 |
| HSL | 66.43º | 0.78% | 0.21% | - |
| HSV(B) | 66.43º | 0.88% | 0.38% | - |
| XYZ | 8.18 | 10.42 | 1.93 | - |
| YUV | 83.73 | 87.52 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 96 | 12 | 0.09 | 0 | 0.88 | 0.62 | 66.43 | 0.78 | 0.21 |
| Hex | 57 | 60 | C | 9 | 0 | 58 | 3E | 42 | 4E | 15 |
| Octal | 127 | 140 | 14 | 11 | 0 | 130 | 76 | 102 | 116 | 25 |
| Binary | 1010111 | 1100000 | 1100 | 1001 | 0 | 1011000 | 111110 | 1000010 | 1001110 | 10101 |
Color Harmonies of #57600C
Complementary color
Monochromatic Colors of #57600C
Black with #57600C
Text Example
Text Example
White with #57600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57600C; }
p { color: rgb(87,96,12); }
H1.HeaderClassName
{
color: #57600C;
}
.AnyTagClassName
{
color: #57600C;
}
</style>
background-color css
<style>
a { background-color: #57600C; }
a { background-color: rgb(87,96,12); }
div.DivClassName
{
background-color: #57600C;
}
.BgClassName
{
background-color: #57600C;
}
</style>
border-color css
<style>
span { border-color: #57600C; }
span { border-color: rgb(87,96,12); }
td.TdClassName
{
border-color: #57600C;
}
.TagClassName
{
border-color: #57600C;
}
</style>