Shades of Verdun Green #37570A
Tints of Verdun Green #37570A
RGB
CMYK
RGB Variations
Color information
#37570A (or 0x37570A) is known color: Verdun Green. HEX triplet: 37, 57 and 0A. RGB value is (55,87,10). Sum of RGB (Red+Green+Blue) = 55+87+10=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 87 (34.38% from 255 or 57.24% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 87 - color contains mainly: green. Hex color #37570A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #37570A is #C8A8F5. Grayscale: #444444. Windows color (decimal): -13150454 or 677687. OLE color: 677687.
HSL color Cylindrical-coordinate representation of color #37570A: hue angle of 84.94º 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 #37570A is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 55 | 87 | 10 | - |
| CMYK | 0.37 | 0 | 0.89 | 0.66 |
| HSL | 84.94º | 0.79% | 0.19% | - |
| HSV(B) | 84.94º | 0.89% | 0.34% | - |
| XYZ | 5.04 | 7.65 | 1.5 | - |
| YUV | 68.65 | 94.9 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 87 | 10 | 0.37 | 0 | 0.89 | 0.66 | 84.94 | 0.79 | 0.19 |
| Hex | 37 | 57 | A | 25 | 0 | 59 | 42 | 55 | 4F | 13 |
| Octal | 67 | 127 | 12 | 45 | 0 | 131 | 102 | 125 | 117 | 23 |
| Binary | 110111 | 1010111 | 1010 | 100101 | 0 | 1011001 | 1000010 | 1010101 | 1001111 | 10011 |
Color Harmonies of #37570A
Complementary color
Monochromatic Colors of #37570A
Black with #37570A
Text Example
Text Example
White with #37570A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37570A; }
p { color: rgb(55,87,10); }
H1.HeaderClassName
{
color: #37570A;
}
.AnyTagClassName
{
color: #37570A;
}
</style>
background-color css
<style>
a { background-color: #37570A; }
a { background-color: rgb(55,87,10); }
div.DivClassName
{
background-color: #37570A;
}
.BgClassName
{
background-color: #37570A;
}
</style>
border-color css
<style>
span { border-color: #37570A; }
span { border-color: rgb(55,87,10); }
td.TdClassName
{
border-color: #37570A;
}
.TagClassName
{
border-color: #37570A;
}
</style>