Shades of Verdun Green #414809
Tints of Verdun Green #414809
RGB
CMYK
RGB Variations
Color information
#414809 (or 0x414809) is known color: Verdun Green. HEX triplet: 41, 48 and 09. RGB value is (65,72,9). Sum of RGB (Red+Green+Blue) = 65+72+9=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #414809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414809 is #BEB7F6. Grayscale: #3E3E3E. Windows color (decimal): -12498935 or 608321. OLE color: 608321.
HSL color Cylindrical-coordinate representation of color #414809: hue angle of 66.67º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #414809 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 72 | 9 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.72 |
| HSL | 66.67º | 0.78% | 0.16% | - |
| HSV(B) | 66.67º | 0.88% | 0.28% | - |
| XYZ | 4.55 | 5.78 | 1.13 | - |
| YUV | 62.73 | 97.68 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 72 | 9 | 0.10 | 0 | 0.88 | 0.72 | 66.67 | 0.78 | 0.16 |
| Hex | 41 | 48 | 9 | A | 0 | 58 | 48 | 43 | 4E | 10 |
| Octal | 101 | 110 | 11 | 12 | 0 | 130 | 110 | 103 | 116 | 20 |
| Binary | 1000001 | 1001000 | 1001 | 1010 | 0 | 1011000 | 1001000 | 1000011 | 1001110 | 10000 |
Color Harmonies of #414809
Complementary color
Monochromatic Colors of #414809
Black with #414809
Text Example
Text Example
White with #414809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414809; }
p { color: rgb(65,72,9); }
H1.HeaderClassName
{
color: #414809;
}
.AnyTagClassName
{
color: #414809;
}
</style>
background-color css
<style>
a { background-color: #414809; }
a { background-color: rgb(65,72,9); }
div.DivClassName
{
background-color: #414809;
}
.BgClassName
{
background-color: #414809;
}
</style>
border-color css
<style>
span { border-color: #414809; }
span { border-color: rgb(65,72,9); }
td.TdClassName
{
border-color: #414809;
}
.TagClassName
{
border-color: #414809;
}
</style>