Shades of Verdun Green #316305
Tints of Verdun Green #316305
RGB
CMYK
RGB Variations
Color information
#316305 (or 0x316305) is known color: Verdun Green. HEX triplet: 31, 63 and 05. RGB value is (49,99,5). Sum of RGB (Red+Green+Blue) = 49+99+5=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 99 (39.06% from 255 or 64.71% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 99 - color contains mainly: green. Hex color #316305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316305 is #CE9CFA. Grayscale: #494949. Windows color (decimal): -13540603 or 353073. OLE color: 353073.
HSL color Cylindrical-coordinate representation of color #316305: hue angle of 91.91º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #316305 is Cyan = 0.51, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 99 | 5 | - |
| CMYK | 0.51 | 0 | 0.95 | 0.61 |
| HSL | 91.91º | 0.9% | 0.2% | - |
| HSV(B) | 91.91º | 0.95% | 0.39% | - |
| XYZ | 5.76 | 9.59 | 1.69 | - |
| YUV | 73.33 | 89.44 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 99 | 5 | 0.51 | 0 | 0.95 | 0.61 | 91.91 | 0.9 | 0.2 |
| Hex | 31 | 63 | 5 | 33 | 0 | 5F | 3D | 5C | 5A | 14 |
| Octal | 61 | 143 | 5 | 63 | 0 | 137 | 75 | 134 | 132 | 24 |
| Binary | 110001 | 1100011 | 101 | 110011 | 0 | 1011111 | 111101 | 1011100 | 1011010 | 10100 |
Color Harmonies of #316305
Complementary color
Monochromatic Colors of #316305
Black with #316305
Text Example
Text Example
White with #316305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316305; }
p { color: rgb(49,99,5); }
H1.HeaderClassName
{
color: #316305;
}
.AnyTagClassName
{
color: #316305;
}
</style>
background-color css
<style>
a { background-color: #316305; }
a { background-color: rgb(49,99,5); }
div.DivClassName
{
background-color: #316305;
}
.BgClassName
{
background-color: #316305;
}
</style>
border-color css
<style>
span { border-color: #316305; }
span { border-color: rgb(49,99,5); }
td.TdClassName
{
border-color: #316305;
}
.TagClassName
{
border-color: #316305;
}
</style>