Shades of Verdun Green #416214
Tints of Verdun Green #416214
RGB
CMYK
RGB Variations
Color information
#416214 (or 0x416214) is known color: Verdun Green. HEX triplet: 41, 62 and 14. RGB value is (65,98,20). Sum of RGB (Red+Green+Blue) = 65+98+20=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 98 (38.67% from 255 or 53.55% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 98 - color contains mainly: green. Hex color #416214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416214 is #BE9DEB. Grayscale: #4F4F4F. Windows color (decimal): -12492268 or 1335873. OLE color: 1335873.
HSL color Cylindrical-coordinate representation of color #416214: hue angle of 85.38º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #416214 is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 98 | 20 | - |
| CMYK | 0.34 | 0 | 0.80 | 0.62 |
| HSL | 85.38º | 0.66% | 0.23% | - |
| HSV(B) | 85.38º | 0.8% | 0.38% | - |
| XYZ | 6.67 | 9.91 | 2.22 | - |
| YUV | 79.24 | 94.57 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 98 | 20 | 0.34 | 0 | 0.80 | 0.62 | 85.38 | 0.66 | 0.23 |
| Hex | 41 | 62 | 14 | 22 | 0 | 50 | 3E | 55 | 42 | 17 |
| Octal | 101 | 142 | 24 | 42 | 0 | 120 | 76 | 125 | 102 | 27 |
| Binary | 1000001 | 1100010 | 10100 | 100010 | 0 | 1010000 | 111110 | 1010101 | 1000010 | 10111 |
Color Harmonies of #416214
Complementary color
Monochromatic Colors of #416214
Black with #416214
Text Example
Text Example
White with #416214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416214; }
p { color: rgb(65,98,20); }
H1.HeaderClassName
{
color: #416214;
}
.AnyTagClassName
{
color: #416214;
}
</style>
background-color css
<style>
a { background-color: #416214; }
a { background-color: rgb(65,98,20); }
div.DivClassName
{
background-color: #416214;
}
.BgClassName
{
background-color: #416214;
}
</style>
border-color css
<style>
span { border-color: #416214; }
span { border-color: rgb(65,98,20); }
td.TdClassName
{
border-color: #416214;
}
.TagClassName
{
border-color: #416214;
}
</style>