Shades of Verdun Green #416011
Tints of Verdun Green #416011
RGB
CMYK
RGB Variations
Color information
#416011 (or 0x416011) is known color: Verdun Green. HEX triplet: 41, 60 and 11. RGB value is (65,96,17). Sum of RGB (Red+Green+Blue) = 65+96+17=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #416011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416011 is #BE9FEE. Grayscale: #4E4E4E. Windows color (decimal): -12492783 or 1138753. OLE color: 1138753.
HSL color Cylindrical-coordinate representation of color #416011: hue angle of 83.54º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #416011 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 96 | 17 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.62 |
| HSL | 83.54º | 0.7% | 0.22% | - |
| HSV(B) | 83.54º | 0.82% | 0.38% | - |
| XYZ | 6.46 | 9.53 | 2.03 | - |
| YUV | 77.73 | 93.73 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 96 | 17 | 0.32 | 0 | 0.82 | 0.62 | 83.54 | 0.7 | 0.22 |
| Hex | 41 | 60 | 11 | 20 | 0 | 52 | 3E | 54 | 46 | 16 |
| Octal | 101 | 140 | 21 | 40 | 0 | 122 | 76 | 124 | 106 | 26 |
| Binary | 1000001 | 1100000 | 10001 | 100000 | 0 | 1010010 | 111110 | 1010100 | 1000110 | 10110 |
Color Harmonies of #416011
Complementary color
Monochromatic Colors of #416011
Black with #416011
Text Example
Text Example
White with #416011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416011; }
p { color: rgb(65,96,17); }
H1.HeaderClassName
{
color: #416011;
}
.AnyTagClassName
{
color: #416011;
}
</style>
background-color css
<style>
a { background-color: #416011; }
a { background-color: rgb(65,96,17); }
div.DivClassName
{
background-color: #416011;
}
.BgClassName
{
background-color: #416011;
}
</style>
border-color css
<style>
span { border-color: #416011; }
span { border-color: rgb(65,96,17); }
td.TdClassName
{
border-color: #416011;
}
.TagClassName
{
border-color: #416011;
}
</style>