Shades of Verdun Green #315901
Tints of Verdun Green #315901
RGB
CMYK
RGB Variations
Color information
#315901 (or 0x315901) is known color: Verdun Green. HEX triplet: 31, 59 and 01. RGB value is (49,89,1). Sum of RGB (Red+Green+Blue) = 49+89+1=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 89 (35.16% from 255 or 64.03% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 89 - color contains mainly: green. Hex color #315901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315901 is #CEA6FE. Grayscale: #434343. Windows color (decimal): -13543167 or 88369. OLE color: 88369.
HSL color Cylindrical-coordinate representation of color #315901: hue angle of 87.27º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #315901 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 89 | 1 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.65 |
| HSL | 87.27º | 0.98% | 0.18% | - |
| HSV(B) | 87.27º | 0.99% | 0.35% | - |
| XYZ | 4.84 | 7.8 | 1.28 | - |
| YUV | 67.01 | 90.75 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 89 | 1 | 0.45 | 0 | 0.99 | 0.65 | 87.27 | 0.98 | 0.18 |
| Hex | 31 | 59 | 1 | 2D | 0 | 63 | 41 | 57 | 62 | 12 |
| Octal | 61 | 131 | 1 | 55 | 0 | 143 | 101 | 127 | 142 | 22 |
| Binary | 110001 | 1011001 | 1 | 101101 | 0 | 1100011 | 1000001 | 1010111 | 1100010 | 10010 |
Color Harmonies of #315901
Complementary color
Monochromatic Colors of #315901
Black with #315901
Text Example
Text Example
White with #315901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315901; }
p { color: rgb(49,89,1); }
H1.HeaderClassName
{
color: #315901;
}
.AnyTagClassName
{
color: #315901;
}
</style>
background-color css
<style>
a { background-color: #315901; }
a { background-color: rgb(49,89,1); }
div.DivClassName
{
background-color: #315901;
}
.BgClassName
{
background-color: #315901;
}
</style>
border-color css
<style>
span { border-color: #315901; }
span { border-color: rgb(49,89,1); }
td.TdClassName
{
border-color: #315901;
}
.TagClassName
{
border-color: #315901;
}
</style>