Shades of Verdun Green #416C06
Tints of Verdun Green #416C06
RGB
CMYK
RGB Variations
Color information
#416C06 (or 0x416C06) is known color: Verdun Green. HEX triplet: 41, 6C and 06. RGB value is (65,108,6). Sum of RGB (Red+Green+Blue) = 65+108+6=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 108 (42.58% from 255 or 60.34% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 108 - color contains mainly: green. Hex color #416C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416C06 is #BE93F9. Grayscale: #535353. Windows color (decimal): -12489722 or 420929. OLE color: 420929.
HSL color Cylindrical-coordinate representation of color #416C06: hue angle of 85.29º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #416C06 is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 108 | 6 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.58 |
| HSL | 85.29º | 0.89% | 0.22% | - |
| HSV(B) | 85.29º | 0.94% | 0.42% | - |
| XYZ | 7.58 | 11.86 | 2.06 | - |
| YUV | 83.52 | 84.25 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 6 | 0.40 | 0 | 0.94 | 0.58 | 85.29 | 0.89 | 0.22 |
| Hex | 41 | 6C | 6 | 28 | 0 | 5E | 3A | 55 | 59 | 16 |
| Octal | 101 | 154 | 6 | 50 | 0 | 136 | 72 | 125 | 131 | 26 |
| Binary | 1000001 | 1101100 | 110 | 101000 | 0 | 1011110 | 111010 | 1010101 | 1011001 | 10110 |
Color Harmonies of #416C06
Complementary color
Monochromatic Colors of #416C06
Black with #416C06
Text Example
Text Example
White with #416C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416C06; }
p { color: rgb(65,108,6); }
H1.HeaderClassName
{
color: #416C06;
}
.AnyTagClassName
{
color: #416C06;
}
</style>
background-color css
<style>
a { background-color: #416C06; }
a { background-color: rgb(65,108,6); }
div.DivClassName
{
background-color: #416C06;
}
.BgClassName
{
background-color: #416C06;
}
</style>
border-color css
<style>
span { border-color: #416C06; }
span { border-color: rgb(65,108,6); }
td.TdClassName
{
border-color: #416C06;
}
.TagClassName
{
border-color: #416C06;
}
</style>