Shades of Verdun Green #31590A
Tints of Verdun Green #31590A
RGB
CMYK
RGB Variations
Color information
#31590A (or 0x31590A) is known color: Verdun Green. HEX triplet: 31, 59 and 0A. RGB value is (49,89,10). Sum of RGB (Red+Green+Blue) = 49+89+10=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 89 (35.16% from 255 or 60.14% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 89 - color contains mainly: green. Hex color #31590A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31590A is #CEA6F5. Grayscale: #444444. Windows color (decimal): -13543158 or 678193. OLE color: 678193.
HSL color Cylindrical-coordinate representation of color #31590A: hue angle of 90.38º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31590A is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 89 | 10 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.65 |
| HSL | 90.38º | 0.8% | 0.19% | - |
| HSV(B) | 90.38º | 0.89% | 0.35% | - |
| XYZ | 4.89 | 7.82 | 1.54 | - |
| YUV | 68.03 | 95.25 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 10 | 0.45 | 0 | 0.89 | 0.65 | 90.38 | 0.8 | 0.19 |
| Hex | 31 | 59 | A | 2D | 0 | 59 | 41 | 5A | 50 | 13 |
| Octal | 61 | 131 | 12 | 55 | 0 | 131 | 101 | 132 | 120 | 23 |
| Binary | 110001 | 1011001 | 1010 | 101101 | 0 | 1011001 | 1000001 | 1011010 | 1010000 | 10011 |
Color Harmonies of #31590A
Complementary color
Monochromatic Colors of #31590A
Black with #31590A
Text Example
Text Example
White with #31590A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31590A; }
p { color: rgb(49,89,10); }
H1.HeaderClassName
{
color: #31590A;
}
.AnyTagClassName
{
color: #31590A;
}
</style>
background-color css
<style>
a { background-color: #31590A; }
a { background-color: rgb(49,89,10); }
div.DivClassName
{
background-color: #31590A;
}
.BgClassName
{
background-color: #31590A;
}
</style>
border-color css
<style>
span { border-color: #31590A; }
span { border-color: rgb(49,89,10); }
td.TdClassName
{
border-color: #31590A;
}
.TagClassName
{
border-color: #31590A;
}
</style>