Shades of Verdun Green #416209
Tints of Verdun Green #416209
RGB
CMYK
RGB Variations
Color information
#416209 (or 0x416209) is known color: Verdun Green. HEX triplet: 41, 62 and 09. RGB value is (65,98,9). Sum of RGB (Red+Green+Blue) = 65+98+9=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #416209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416209 is #BE9DF6. Grayscale: #4E4E4E. Windows color (decimal): -12492279 or 614977. OLE color: 614977.
HSL color Cylindrical-coordinate representation of color #416209: hue angle of 82.25º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #416209 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 98 | 9 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.62 |
| HSL | 82.25º | 0.83% | 0.21% | - |
| HSV(B) | 82.25º | 0.91% | 0.38% | - |
| XYZ | 6.6 | 9.88 | 1.82 | - |
| YUV | 77.99 | 89.07 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 98 | 9 | 0.34 | 0 | 0.91 | 0.62 | 82.25 | 0.83 | 0.21 |
| Hex | 41 | 62 | 9 | 22 | 0 | 5B | 3E | 52 | 53 | 15 |
| Octal | 101 | 142 | 11 | 42 | 0 | 133 | 76 | 122 | 123 | 25 |
| Binary | 1000001 | 1100010 | 1001 | 100010 | 0 | 1011011 | 111110 | 1010010 | 1010011 | 10101 |
Color Harmonies of #416209
Complementary color
Monochromatic Colors of #416209
Black with #416209
Text Example
Text Example
White with #416209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416209; }
p { color: rgb(65,98,9); }
H1.HeaderClassName
{
color: #416209;
}
.AnyTagClassName
{
color: #416209;
}
</style>
background-color css
<style>
a { background-color: #416209; }
a { background-color: rgb(65,98,9); }
div.DivClassName
{
background-color: #416209;
}
.BgClassName
{
background-color: #416209;
}
</style>
border-color css
<style>
span { border-color: #416209; }
span { border-color: rgb(65,98,9); }
td.TdClassName
{
border-color: #416209;
}
.TagClassName
{
border-color: #416209;
}
</style>