Shades of Verdun Green #316500
Tints of Verdun Green #316500
RGB
CMYK
RGB Variations
Color information
#316500 (or 0x316500) is known color: Verdun Green. HEX triplet: 31, 65 and 00. RGB value is (49,101,0). Sum of RGB (Red+Green+Blue) = 49+101+0=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 101 (39.84% from 255 or 67.33% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 101 - color contains mainly: green. Hex color #316500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316500 is #CE9AFF. Grayscale: #4A4A4A. Windows color (decimal): -13540096 or 25905. OLE color: 25905.
HSL color Cylindrical-coordinate representation of color #316500: hue angle of 90.89º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #316500 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 101 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.60 |
| HSL | 90.89º | 1% | 0.2% | - |
| HSV(B) | 90.89º | 1% | 0.4% | - |
| XYZ | 5.92 | 9.96 | 1.61 | - |
| YUV | 73.94 | 86.27 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 101 | 0 | 0.51 | 0 | 1 | 0.60 | 90.89 | 1 | 0.2 |
| Hex | 31 | 65 | 0 | 33 | 0 | 64 | 3C | 5B | 64 | 14 |
| Octal | 61 | 145 | 0 | 63 | 0 | 144 | 74 | 133 | 144 | 24 |
| Binary | 110001 | 1100101 | 0 | 110011 | 0 | 1100100 | 111100 | 1011011 | 1100100 | 10100 |
Color Harmonies of #316500
Complementary color
Monochromatic Colors of #316500
Black with #316500
Text Example
Text Example
White with #316500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316500; }
p { color: rgb(49,101,0); }
H1.HeaderClassName
{
color: #316500;
}
.AnyTagClassName
{
color: #316500;
}
</style>
background-color css
<style>
a { background-color: #316500; }
a { background-color: rgb(49,101,0); }
div.DivClassName
{
background-color: #316500;
}
.BgClassName
{
background-color: #316500;
}
</style>
border-color css
<style>
span { border-color: #316500; }
span { border-color: rgb(49,101,0); }
td.TdClassName
{
border-color: #316500;
}
.TagClassName
{
border-color: #316500;
}
</style>