Shades of Verdun Green #416014
Tints of Verdun Green #416014
RGB
CMYK
RGB Variations
Color information
#416014 (or 0x416014) is known color: Verdun Green. HEX triplet: 41, 60 and 14. RGB value is (65,96,20). Sum of RGB (Red+Green+Blue) = 65+96+20=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #416014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416014 is #BE9FEB. Grayscale: #4E4E4E. Windows color (decimal): -12492780 or 1335361. OLE color: 1335361.
HSL color Cylindrical-coordinate representation of color #416014: hue angle of 84.47º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #416014 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 96 | 20 | - |
| CMYK | 0.32 | 0 | 0.79 | 0.62 |
| HSL | 84.47º | 0.66% | 0.23% | - |
| HSV(B) | 84.47º | 0.79% | 0.38% | - |
| XYZ | 6.49 | 9.54 | 2.16 | - |
| YUV | 78.07 | 95.23 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 96 | 20 | 0.32 | 0 | 0.79 | 0.62 | 84.47 | 0.66 | 0.23 |
| Hex | 41 | 60 | 14 | 20 | 0 | 4F | 3E | 54 | 42 | 17 |
| Octal | 101 | 140 | 24 | 40 | 0 | 117 | 76 | 124 | 102 | 27 |
| Binary | 1000001 | 1100000 | 10100 | 100000 | 0 | 1001111 | 111110 | 1010100 | 1000010 | 10111 |
Color Harmonies of #416014
Complementary color
Monochromatic Colors of #416014
Black with #416014
Text Example
Text Example
White with #416014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416014; }
p { color: rgb(65,96,20); }
H1.HeaderClassName
{
color: #416014;
}
.AnyTagClassName
{
color: #416014;
}
</style>
background-color css
<style>
a { background-color: #416014; }
a { background-color: rgb(65,96,20); }
div.DivClassName
{
background-color: #416014;
}
.BgClassName
{
background-color: #416014;
}
</style>
border-color css
<style>
span { border-color: #416014; }
span { border-color: rgb(65,96,20); }
td.TdClassName
{
border-color: #416014;
}
.TagClassName
{
border-color: #416014;
}
</style>