Shades of Verdun Green #414616
Tints of Verdun Green #414616
RGB
CMYK
RGB Variations
Color information
#414616 (or 0x414616) is known color: Verdun Green. HEX triplet: 41, 46 and 16. RGB value is (65,70,22). Sum of RGB (Red+Green+Blue) = 65+70+22=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #414616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414616 is #BEB9E9. Grayscale: #3F3F3F. Windows color (decimal): -12499434 or 1459777. OLE color: 1459777.
HSL color Cylindrical-coordinate representation of color #414616: hue angle of 66.25º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #414616 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 70 | 22 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.73 |
| HSL | 66.25º | 0.52% | 0.18% | - |
| HSV(B) | 66.25º | 0.69% | 0.27% | - |
| XYZ | 4.51 | 5.56 | 1.59 | - |
| YUV | 63.03 | 104.84 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 22 | 0.07 | 0 | 0.69 | 0.73 | 66.25 | 0.52 | 0.18 |
| Hex | 41 | 46 | 16 | 7 | 0 | 45 | 49 | 42 | 34 | 12 |
| Octal | 101 | 106 | 26 | 7 | 0 | 105 | 111 | 102 | 64 | 22 |
| Binary | 1000001 | 1000110 | 10110 | 111 | 0 | 1000101 | 1001001 | 1000010 | 110100 | 10010 |
Color Harmonies of #414616
Complementary color
Monochromatic Colors of #414616
Black with #414616
Text Example
Text Example
White with #414616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414616; }
p { color: rgb(65,70,22); }
H1.HeaderClassName
{
color: #414616;
}
.AnyTagClassName
{
color: #414616;
}
</style>
background-color css
<style>
a { background-color: #414616; }
a { background-color: rgb(65,70,22); }
div.DivClassName
{
background-color: #414616;
}
.BgClassName
{
background-color: #414616;
}
</style>
border-color css
<style>
span { border-color: #414616; }
span { border-color: rgb(65,70,22); }
td.TdClassName
{
border-color: #414616;
}
.TagClassName
{
border-color: #414616;
}
</style>