Shades of Verdun Green #316301
Tints of Verdun Green #316301
RGB
CMYK
RGB Variations
Color information
#316301 (or 0x316301) is known color: Verdun Green. HEX triplet: 31, 63 and 01. RGB value is (49,99,1). Sum of RGB (Red+Green+Blue) = 49+99+1=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 99 (39.06% from 255 or 66.44% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 99 - color contains mainly: green. Hex color #316301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316301 is #CE9CFE. Grayscale: #494949. Windows color (decimal): -13540607 or 90929. OLE color: 90929.
HSL color Cylindrical-coordinate representation of color #316301: hue angle of 90.61º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #316301 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 99 | 1 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.61 |
| HSL | 90.61º | 0.98% | 0.2% | - |
| HSV(B) | 90.61º | 0.99% | 0.39% | - |
| XYZ | 5.73 | 9.58 | 1.58 | - |
| YUV | 72.88 | 87.44 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 99 | 1 | 0.51 | 0 | 0.99 | 0.61 | 90.61 | 0.98 | 0.2 |
| Hex | 31 | 63 | 1 | 33 | 0 | 63 | 3D | 5B | 62 | 14 |
| Octal | 61 | 143 | 1 | 63 | 0 | 143 | 75 | 133 | 142 | 24 |
| Binary | 110001 | 1100011 | 1 | 110011 | 0 | 1100011 | 111101 | 1011011 | 1100010 | 10100 |
Color Harmonies of #316301
Complementary color
Monochromatic Colors of #316301
Black with #316301
Text Example
Text Example
White with #316301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316301; }
p { color: rgb(49,99,1); }
H1.HeaderClassName
{
color: #316301;
}
.AnyTagClassName
{
color: #316301;
}
</style>
background-color css
<style>
a { background-color: #316301; }
a { background-color: rgb(49,99,1); }
div.DivClassName
{
background-color: #316301;
}
.BgClassName
{
background-color: #316301;
}
</style>
border-color css
<style>
span { border-color: #316301; }
span { border-color: rgb(49,99,1); }
td.TdClassName
{
border-color: #316301;
}
.TagClassName
{
border-color: #316301;
}
</style>