Shades of Verdun Green #316501
Tints of Verdun Green #316501
RGB
CMYK
RGB Variations
Color information
#316501 (or 0x316501) is known color: Verdun Green. HEX triplet: 31, 65 and 01. RGB value is (49,101,1). Sum of RGB (Red+Green+Blue) = 49+101+1=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 101 (39.84% from 255 or 66.89% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 101 - color contains mainly: green. Hex color #316501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316501 is #CE9AFE. Grayscale: #4A4A4A. Windows color (decimal): -13540095 or 91441. OLE color: 91441.
HSL color Cylindrical-coordinate representation of color #316501: hue angle of 91.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #316501 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 101 | 1 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.60 |
| HSL | 91.2º | 0.98% | 0.2% | - |
| HSV(B) | 91.2º | 0.99% | 0.4% | - |
| XYZ | 5.93 | 9.96 | 1.64 | - |
| YUV | 74.05 | 86.77 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 101 | 1 | 0.51 | 0 | 0.99 | 0.60 | 91.2 | 0.98 | 0.2 |
| Hex | 31 | 65 | 1 | 33 | 0 | 63 | 3C | 5B | 62 | 14 |
| Octal | 61 | 145 | 1 | 63 | 0 | 143 | 74 | 133 | 142 | 24 |
| Binary | 110001 | 1100101 | 1 | 110011 | 0 | 1100011 | 111100 | 1011011 | 1100010 | 10100 |
Color Harmonies of #316501
Complementary color
Monochromatic Colors of #316501
Black with #316501
Text Example
Text Example
White with #316501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316501; }
p { color: rgb(49,101,1); }
H1.HeaderClassName
{
color: #316501;
}
.AnyTagClassName
{
color: #316501;
}
</style>
background-color css
<style>
a { background-color: #316501; }
a { background-color: rgb(49,101,1); }
div.DivClassName
{
background-color: #316501;
}
.BgClassName
{
background-color: #316501;
}
</style>
border-color css
<style>
span { border-color: #316501; }
span { border-color: rgb(49,101,1); }
td.TdClassName
{
border-color: #316501;
}
.TagClassName
{
border-color: #316501;
}
</style>