Shades of Verdun Green #31570A
Tints of Verdun Green #31570A
RGB
CMYK
RGB Variations
Color information
#31570A (or 0x31570A) is known color: Verdun Green. HEX triplet: 31, 57 and 0A. RGB value is (49,87,10). Sum of RGB (Red+Green+Blue) = 49+87+10=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 87 (34.38% from 255 or 59.59% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 87 - color contains mainly: green. Hex color #31570A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31570A is #CEA8F5. Grayscale: #434343. Windows color (decimal): -13543670 or 677681. OLE color: 677681.
HSL color Cylindrical-coordinate representation of color #31570A: hue angle of 89.61º 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 #31570A is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 87 | 10 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.66 |
| HSL | 89.61º | 0.79% | 0.19% | - |
| HSV(B) | 89.61º | 0.89% | 0.34% | - |
| XYZ | 4.73 | 7.49 | 1.48 | - |
| YUV | 66.86 | 95.91 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 87 | 10 | 0.44 | 0 | 0.89 | 0.66 | 89.61 | 0.79 | 0.19 |
| Hex | 31 | 57 | A | 2C | 0 | 59 | 42 | 5A | 4F | 13 |
| Octal | 61 | 127 | 12 | 54 | 0 | 131 | 102 | 132 | 117 | 23 |
| Binary | 110001 | 1010111 | 1010 | 101100 | 0 | 1011001 | 1000010 | 1011010 | 1001111 | 10011 |
Color Harmonies of #31570A
Complementary color
Monochromatic Colors of #31570A
Black with #31570A
Text Example
Text Example
White with #31570A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31570A; }
p { color: rgb(49,87,10); }
H1.HeaderClassName
{
color: #31570A;
}
.AnyTagClassName
{
color: #31570A;
}
</style>
background-color css
<style>
a { background-color: #31570A; }
a { background-color: rgb(49,87,10); }
div.DivClassName
{
background-color: #31570A;
}
.BgClassName
{
background-color: #31570A;
}
</style>
border-color css
<style>
span { border-color: #31570A; }
span { border-color: rgb(49,87,10); }
td.TdClassName
{
border-color: #31570A;
}
.TagClassName
{
border-color: #31570A;
}
</style>