Shades of Verdun Green #416600
Tints of Verdun Green #416600
RGB
CMYK
RGB Variations
Color information
#416600 (or 0x416600) is known color: Verdun Green. HEX triplet: 41, 66 and 00. RGB value is (65,102,0). Sum of RGB (Red+Green+Blue) = 65+102+0=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 102 (40.23% from 255 or 61.08% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 102 - color contains mainly: green. Hex color #416600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416600 is #BE99FF. Grayscale: #4F4F4F. Windows color (decimal): -12491264 or 26177. OLE color: 26177.
HSL color Cylindrical-coordinate representation of color #416600: hue angle of 81.76º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #416600 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 65 | 102 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.6 |
| HSL | 81.76º | 1% | 0.2% | - |
| HSV(B) | 81.76º | 1% | 0.4% | - |
| XYZ | 6.93 | 10.63 | 1.69 | - |
| YUV | 79.31 | 83.24 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 102 | 0 | 0.36 | 0 | 1 | 0.6 | 81.76 | 1 | 0.2 |
| Hex | 41 | 66 | 0 | 24 | 0 | 64 | 3C | 52 | 64 | 14 |
| Octal | 101 | 146 | 0 | 44 | 0 | 144 | 74 | 122 | 144 | 24 |
| Binary | 1000001 | 1100110 | 0 | 100100 | 0 | 1100100 | 111100 | 1010010 | 1100100 | 10100 |
Color Harmonies of #416600
Complementary color
Monochromatic Colors of #416600
Black with #416600
Text Example
Text Example
White with #416600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416600; }
p { color: rgb(65,102,0); }
H1.HeaderClassName
{
color: #416600;
}
.AnyTagClassName
{
color: #416600;
}
</style>
background-color css
<style>
a { background-color: #416600; }
a { background-color: rgb(65,102,0); }
div.DivClassName
{
background-color: #416600;
}
.BgClassName
{
background-color: #416600;
}
</style>
border-color css
<style>
span { border-color: #416600; }
span { border-color: rgb(65,102,0); }
td.TdClassName
{
border-color: #416600;
}
.TagClassName
{
border-color: #416600;
}
</style>