Shades of Verdun Green #316404
Tints of Verdun Green #316404
RGB
CMYK
RGB Variations
Color information
#316404 (or 0x316404) is known color: Verdun Green. HEX triplet: 31, 64 and 04. RGB value is (49,100,4). Sum of RGB (Red+Green+Blue) = 49+100+4=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 100 (39.45% from 255 or 65.36% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 100 - color contains mainly: green. Hex color #316404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316404 is #CE9BFB. Grayscale: #4A4A4A. Windows color (decimal): -13540348 or 287793. OLE color: 287793.
HSL color Cylindrical-coordinate representation of color #316404: hue angle of 91.88º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #316404 is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 100 | 4 | - |
| CMYK | 0.51 | 0 | 0.96 | 0.61 |
| HSL | 91.88º | 0.92% | 0.2% | - |
| HSV(B) | 91.88º | 0.96% | 0.39% | - |
| XYZ | 5.85 | 9.78 | 1.69 | - |
| YUV | 73.81 | 88.6 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 4 | 0.51 | 0 | 0.96 | 0.61 | 91.88 | 0.92 | 0.2 |
| Hex | 31 | 64 | 4 | 33 | 0 | 60 | 3D | 5C | 5C | 14 |
| Octal | 61 | 144 | 4 | 63 | 0 | 140 | 75 | 134 | 134 | 24 |
| Binary | 110001 | 1100100 | 100 | 110011 | 0 | 1100000 | 111101 | 1011100 | 1011100 | 10100 |
Color Harmonies of #316404
Complementary color
Monochromatic Colors of #316404
Black with #316404
Text Example
Text Example
White with #316404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316404; }
p { color: rgb(49,100,4); }
H1.HeaderClassName
{
color: #316404;
}
.AnyTagClassName
{
color: #316404;
}
</style>
background-color css
<style>
a { background-color: #316404; }
a { background-color: rgb(49,100,4); }
div.DivClassName
{
background-color: #316404;
}
.BgClassName
{
background-color: #316404;
}
</style>
border-color css
<style>
span { border-color: #316404; }
span { border-color: rgb(49,100,4); }
td.TdClassName
{
border-color: #316404;
}
.TagClassName
{
border-color: #316404;
}
</style>