Shades of Verdun Green #416210
Tints of Verdun Green #416210
RGB
CMYK
RGB Variations
Color information
#416210 (or 0x416210) is known color: Verdun Green. HEX triplet: 41, 62 and 10. RGB value is (65,98,16). Sum of RGB (Red+Green+Blue) = 65+98+16=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 98 (38.67% from 255 or 54.75% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 98 - color contains mainly: green. Hex color #416210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416210 is #BE9DEF. Grayscale: #4F4F4F. Windows color (decimal): -12492272 or 1073729. OLE color: 1073729.
HSL color Cylindrical-coordinate representation of color #416210: hue angle of 84.15º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #416210 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 98 | 16 | - |
| CMYK | 0.34 | 0 | 0.84 | 0.62 |
| HSL | 84.15º | 0.72% | 0.22% | - |
| HSV(B) | 84.15º | 0.84% | 0.38% | - |
| XYZ | 6.64 | 9.9 | 2.05 | - |
| YUV | 78.79 | 92.57 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 98 | 16 | 0.34 | 0 | 0.84 | 0.62 | 84.15 | 0.72 | 0.22 |
| Hex | 41 | 62 | 10 | 22 | 0 | 54 | 3E | 54 | 48 | 16 |
| Octal | 101 | 142 | 20 | 42 | 0 | 124 | 76 | 124 | 110 | 26 |
| Binary | 1000001 | 1100010 | 10000 | 100010 | 0 | 1010100 | 111110 | 1010100 | 1001000 | 10110 |
Color Harmonies of #416210
Complementary color
Monochromatic Colors of #416210
Black with #416210
Text Example
Text Example
White with #416210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416210; }
p { color: rgb(65,98,16); }
H1.HeaderClassName
{
color: #416210;
}
.AnyTagClassName
{
color: #416210;
}
</style>
background-color css
<style>
a { background-color: #416210; }
a { background-color: rgb(65,98,16); }
div.DivClassName
{
background-color: #416210;
}
.BgClassName
{
background-color: #416210;
}
</style>
border-color css
<style>
span { border-color: #416210; }
span { border-color: rgb(65,98,16); }
td.TdClassName
{
border-color: #416210;
}
.TagClassName
{
border-color: #416210;
}
</style>