Shades of Verdun Green #416E0A
Tints of Verdun Green #416E0A
RGB
CMYK
RGB Variations
Color information
#416E0A (or 0x416E0A) is known color: Verdun Green. HEX triplet: 41, 6E and 0A. RGB value is (65,110,10). Sum of RGB (Red+Green+Blue) = 65+110+10=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 110 (43.36% from 255 or 59.46% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 110 - color contains mainly: green. Hex color #416E0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416E0A is #BE91F5. Grayscale: #555555. Windows color (decimal): -12489206 or 683585. OLE color: 683585.
HSL color Cylindrical-coordinate representation of color #416E0A: hue angle of 87º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #416E0A is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 110 | 10 | - |
| CMYK | 0.41 | 0 | 0.91 | 0.57 |
| HSL | 87º | 0.83% | 0.24% | - |
| HSV(B) | 87º | 0.91% | 0.43% | - |
| XYZ | 7.81 | 12.3 | 2.25 | - |
| YUV | 85.15 | 85.59 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 10 | 0.41 | 0 | 0.91 | 0.57 | 87 | 0.83 | 0.24 |
| Hex | 41 | 6E | A | 29 | 0 | 5B | 39 | 57 | 53 | 18 |
| Octal | 101 | 156 | 12 | 51 | 0 | 133 | 71 | 127 | 123 | 30 |
| Binary | 1000001 | 1101110 | 1010 | 101001 | 0 | 1011011 | 111001 | 1010111 | 1010011 | 11000 |
Color Harmonies of #416E0A
Complementary color
Monochromatic Colors of #416E0A
Black with #416E0A
Text Example
Text Example
White with #416E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416E0A; }
p { color: rgb(65,110,10); }
H1.HeaderClassName
{
color: #416E0A;
}
.AnyTagClassName
{
color: #416E0A;
}
</style>
background-color css
<style>
a { background-color: #416E0A; }
a { background-color: rgb(65,110,10); }
div.DivClassName
{
background-color: #416E0A;
}
.BgClassName
{
background-color: #416E0A;
}
</style>
border-color css
<style>
span { border-color: #416E0A; }
span { border-color: rgb(65,110,10); }
td.TdClassName
{
border-color: #416E0A;
}
.TagClassName
{
border-color: #416E0A;
}
</style>