Shades of Verdun Green #315601
Tints of Verdun Green #315601
RGB
CMYK
RGB Variations
Color information
#315601 (or 0x315601) is known color: Verdun Green. HEX triplet: 31, 56 and 01. RGB value is (49,86,1). Sum of RGB (Red+Green+Blue) = 49+86+1=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 86 (33.98% from 255 or 63.24% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 86 - color contains mainly: green. Hex color #315601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315601 is #CEA9FE. Grayscale: #414141. Windows color (decimal): -13543935 or 87601. OLE color: 87601.
HSL color Cylindrical-coordinate representation of color #315601: hue angle of 86.12º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #315601 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 86 | 1 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.66 |
| HSL | 86.12º | 0.98% | 0.17% | - |
| HSV(B) | 86.12º | 0.99% | 0.34% | - |
| XYZ | 4.6 | 7.31 | 1.2 | - |
| YUV | 65.25 | 91.74 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 86 | 1 | 0.43 | 0 | 0.99 | 0.66 | 86.12 | 0.98 | 0.17 |
| Hex | 31 | 56 | 1 | 2B | 0 | 63 | 42 | 56 | 62 | 11 |
| Octal | 61 | 126 | 1 | 53 | 0 | 143 | 102 | 126 | 142 | 21 |
| Binary | 110001 | 1010110 | 1 | 101011 | 0 | 1100011 | 1000010 | 1010110 | 1100010 | 10001 |
Color Harmonies of #315601
Complementary color
Monochromatic Colors of #315601
Black with #315601
Text Example
Text Example
White with #315601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315601; }
p { color: rgb(49,86,1); }
H1.HeaderClassName
{
color: #315601;
}
.AnyTagClassName
{
color: #315601;
}
</style>
background-color css
<style>
a { background-color: #315601; }
a { background-color: rgb(49,86,1); }
div.DivClassName
{
background-color: #315601;
}
.BgClassName
{
background-color: #315601;
}
</style>
border-color css
<style>
span { border-color: #315601; }
span { border-color: rgb(49,86,1); }
td.TdClassName
{
border-color: #315601;
}
.TagClassName
{
border-color: #315601;
}
</style>