Shades of Verdun Green #316002
Tints of Verdun Green #316002
RGB
CMYK
RGB Variations
Color information
#316002 (or 0x316002) is known color: Verdun Green. HEX triplet: 31, 60 and 02. RGB value is (49,96,2). Sum of RGB (Red+Green+Blue) = 49+96+2=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #316002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316002 is #CE9FFD. Grayscale: #474747. Windows color (decimal): -13541374 or 155697. OLE color: 155697.
HSL color Cylindrical-coordinate representation of color #316002: hue angle of 90º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #316002 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 96 | 2 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.62 |
| HSL | 90º | 0.96% | 0.19% | - |
| HSV(B) | 90º | 0.98% | 0.38% | - |
| XYZ | 5.46 | 9.02 | 1.51 | - |
| YUV | 71.23 | 88.93 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 96 | 2 | 0.49 | 0 | 0.98 | 0.62 | 90 | 0.96 | 0.19 |
| Hex | 31 | 60 | 2 | 31 | 0 | 62 | 3E | 5A | 60 | 13 |
| Octal | 61 | 140 | 2 | 61 | 0 | 142 | 76 | 132 | 140 | 23 |
| Binary | 110001 | 1100000 | 10 | 110001 | 0 | 1100010 | 111110 | 1011010 | 1100000 | 10011 |
Color Harmonies of #316002
Complementary color
Monochromatic Colors of #316002
Black with #316002
Text Example
Text Example
White with #316002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316002; }
p { color: rgb(49,96,2); }
H1.HeaderClassName
{
color: #316002;
}
.AnyTagClassName
{
color: #316002;
}
</style>
background-color css
<style>
a { background-color: #316002; }
a { background-color: rgb(49,96,2); }
div.DivClassName
{
background-color: #316002;
}
.BgClassName
{
background-color: #316002;
}
</style>
border-color css
<style>
span { border-color: #316002; }
span { border-color: rgb(49,96,2); }
td.TdClassName
{
border-color: #316002;
}
.TagClassName
{
border-color: #316002;
}
</style>