Shades of Verdun Green #316004
Tints of Verdun Green #316004
RGB
CMYK
RGB Variations
Color information
#316004 (or 0x316004) is known color: Verdun Green. HEX triplet: 31, 60 and 04. RGB value is (49,96,4). Sum of RGB (Red+Green+Blue) = 49+96+4=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 96 (37.89% from 255 or 64.43% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 96 - color contains mainly: green. Hex color #316004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316004 is #CE9FFB. Grayscale: #474747. Windows color (decimal): -13541372 or 286769. OLE color: 286769.
HSL color Cylindrical-coordinate representation of color #316004: hue angle of 90.65º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #316004 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 96 | 4 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.62 |
| HSL | 90.65º | 0.92% | 0.2% | - |
| HSV(B) | 90.65º | 0.96% | 0.38% | - |
| XYZ | 5.47 | 9.03 | 1.57 | - |
| YUV | 71.46 | 89.93 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 96 | 4 | 0.49 | 0 | 0.96 | 0.62 | 90.65 | 0.92 | 0.2 |
| Hex | 31 | 60 | 4 | 31 | 0 | 60 | 3E | 5B | 5C | 14 |
| Octal | 61 | 140 | 4 | 61 | 0 | 140 | 76 | 133 | 134 | 24 |
| Binary | 110001 | 1100000 | 100 | 110001 | 0 | 1100000 | 111110 | 1011011 | 1011100 | 10100 |
Color Harmonies of #316004
Complementary color
Monochromatic Colors of #316004
Black with #316004
Text Example
Text Example
White with #316004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316004; }
p { color: rgb(49,96,4); }
H1.HeaderClassName
{
color: #316004;
}
.AnyTagClassName
{
color: #316004;
}
</style>
background-color css
<style>
a { background-color: #316004; }
a { background-color: rgb(49,96,4); }
div.DivClassName
{
background-color: #316004;
}
.BgClassName
{
background-color: #316004;
}
</style>
border-color css
<style>
span { border-color: #316004; }
span { border-color: rgb(49,96,4); }
td.TdClassName
{
border-color: #316004;
}
.TagClassName
{
border-color: #316004;
}
</style>