Shades of Verdun Green #416016
Tints of Verdun Green #416016
RGB
CMYK
RGB Variations
Color information
#416016 (or 0x416016) is known color: Verdun Green. HEX triplet: 41, 60 and 16. RGB value is (65,96,22). Sum of RGB (Red+Green+Blue) = 65+96+22=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #416016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416016 is #BE9FE9. Grayscale: #4E4E4E. Windows color (decimal): -12492778 or 1466433. OLE color: 1466433.
HSL color Cylindrical-coordinate representation of color #416016: hue angle of 85.14º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #416016 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 96 | 22 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.62 |
| HSL | 85.14º | 0.63% | 0.23% | - |
| HSV(B) | 85.14º | 0.77% | 0.38% | - |
| XYZ | 6.51 | 9.55 | 2.26 | - |
| YUV | 78.3 | 96.23 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 96 | 22 | 0.32 | 0 | 0.77 | 0.62 | 85.14 | 0.63 | 0.23 |
| Hex | 41 | 60 | 16 | 20 | 0 | 4D | 3E | 55 | 3F | 17 |
| Octal | 101 | 140 | 26 | 40 | 0 | 115 | 76 | 125 | 77 | 27 |
| Binary | 1000001 | 1100000 | 10110 | 100000 | 0 | 1001101 | 111110 | 1010101 | 111111 | 10111 |
Color Harmonies of #416016
Complementary color
Monochromatic Colors of #416016
Black with #416016
Text Example
Text Example
White with #416016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416016; }
p { color: rgb(65,96,22); }
H1.HeaderClassName
{
color: #416016;
}
.AnyTagClassName
{
color: #416016;
}
</style>
background-color css
<style>
a { background-color: #416016; }
a { background-color: rgb(65,96,22); }
div.DivClassName
{
background-color: #416016;
}
.BgClassName
{
background-color: #416016;
}
</style>
border-color css
<style>
span { border-color: #416016; }
span { border-color: rgb(65,96,22); }
td.TdClassName
{
border-color: #416016;
}
.TagClassName
{
border-color: #416016;
}
</style>