Shades of Verdun Green #316200
Tints of Verdun Green #316200
RGB
CMYK
RGB Variations
Color information
#316200 (or 0x316200) is known color: Verdun Green. HEX triplet: 31, 62 and 00. RGB value is (49,98,0). Sum of RGB (Red+Green+Blue) = 49+98+0=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 98 (38.67% from 255 or 66.67% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 98 - color contains mainly: green. Hex color #316200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316200 is #CE9DFF. Grayscale: #484848. Windows color (decimal): -13540864 or 25137. OLE color: 25137.
HSL color Cylindrical-coordinate representation of color #316200: hue angle of 90º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #316200 is Cyan = 0.5, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 98 | 0 | - |
| CMYK | 0.5 | 0 | 1 | 0.62 |
| HSL | 90º | 1% | 0.19% | - |
| HSV(B) | 90º | 1% | 0.38% | - |
| XYZ | 5.63 | 9.39 | 1.52 | - |
| YUV | 72.18 | 87.27 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 0 | 0.5 | 0 | 1 | 0.62 | 90 | 1 | 0.19 |
| Hex | 31 | 62 | 0 | 32 | 0 | 64 | 3E | 5A | 64 | 13 |
| Octal | 61 | 142 | 0 | 62 | 0 | 144 | 76 | 132 | 144 | 23 |
| Binary | 110001 | 1100010 | 0 | 110010 | 0 | 1100100 | 111110 | 1011010 | 1100100 | 10011 |
Color Harmonies of #316200
Complementary color
Monochromatic Colors of #316200
Black with #316200
Text Example
Text Example
White with #316200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316200; }
p { color: rgb(49,98,0); }
H1.HeaderClassName
{
color: #316200;
}
.AnyTagClassName
{
color: #316200;
}
</style>
background-color css
<style>
a { background-color: #316200; }
a { background-color: rgb(49,98,0); }
div.DivClassName
{
background-color: #316200;
}
.BgClassName
{
background-color: #316200;
}
</style>
border-color css
<style>
span { border-color: #316200; }
span { border-color: rgb(49,98,0); }
td.TdClassName
{
border-color: #316200;
}
.TagClassName
{
border-color: #316200;
}
</style>