Shades of Verdun Green #416110
Tints of Verdun Green #416110
RGB
CMYK
RGB Variations
Color information
#416110 (or 0x416110) is known color: Verdun Green. HEX triplet: 41, 61 and 10. RGB value is (65,97,16). Sum of RGB (Red+Green+Blue) = 65+97+16=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #416110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416110 is #BE9EEF. Grayscale: #4E4E4E. Windows color (decimal): -12492528 or 1073473. OLE color: 1073473.
HSL color Cylindrical-coordinate representation of color #416110: hue angle of 83.7º 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 #416110 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 97 | 16 | - |
| CMYK | 0.33 | 0 | 0.84 | 0.62 |
| HSL | 83.7º | 0.72% | 0.22% | - |
| HSV(B) | 83.7º | 0.84% | 0.38% | - |
| XYZ | 6.55 | 9.71 | 2.02 | - |
| YUV | 78.2 | 92.9 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 97 | 16 | 0.33 | 0 | 0.84 | 0.62 | 83.7 | 0.72 | 0.22 |
| Hex | 41 | 61 | 10 | 21 | 0 | 54 | 3E | 54 | 48 | 16 |
| Octal | 101 | 141 | 20 | 41 | 0 | 124 | 76 | 124 | 110 | 26 |
| Binary | 1000001 | 1100001 | 10000 | 100001 | 0 | 1010100 | 111110 | 1010100 | 1001000 | 10110 |
Color Harmonies of #416110
Complementary color
Monochromatic Colors of #416110
Black with #416110
Text Example
Text Example
White with #416110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416110; }
p { color: rgb(65,97,16); }
H1.HeaderClassName
{
color: #416110;
}
.AnyTagClassName
{
color: #416110;
}
</style>
background-color css
<style>
a { background-color: #416110; }
a { background-color: rgb(65,97,16); }
div.DivClassName
{
background-color: #416110;
}
.BgClassName
{
background-color: #416110;
}
</style>
border-color css
<style>
span { border-color: #416110; }
span { border-color: rgb(65,97,16); }
td.TdClassName
{
border-color: #416110;
}
.TagClassName
{
border-color: #416110;
}
</style>