Shades of Verdun Green #404809
Tints of Verdun Green #404809
RGB
CMYK
RGB Variations
Color information
#404809 (or 0x404809) is known color: Verdun Green. HEX triplet: 40, 48 and 09. RGB value is (64,72,9). Sum of RGB (Red+Green+Blue) = 64+72+9=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #404809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404809 is #BFB7F6. Grayscale: #3E3E3E. Windows color (decimal): -12564471 or 608320. OLE color: 608320.
HSL color Cylindrical-coordinate representation of color #404809: hue angle of 67.62º 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 #404809 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 72 | 9 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.72 |
| HSL | 67.62º | 0.78% | 0.16% | - |
| HSV(B) | 67.62º | 0.88% | 0.28% | - |
| XYZ | 4.48 | 5.74 | 1.13 | - |
| YUV | 62.43 | 97.85 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 9 | 0.11 | 0 | 0.88 | 0.72 | 67.62 | 0.78 | 0.16 |
| Hex | 40 | 48 | 9 | B | 0 | 58 | 48 | 44 | 4E | 10 |
| Octal | 100 | 110 | 11 | 13 | 0 | 130 | 110 | 104 | 116 | 20 |
| Binary | 1000000 | 1001000 | 1001 | 1011 | 0 | 1011000 | 1001000 | 1000100 | 1001110 | 10000 |
Color Harmonies of #404809
Complementary color
Monochromatic Colors of #404809
Black with #404809
Text Example
Text Example
White with #404809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404809; }
p { color: rgb(64,72,9); }
H1.HeaderClassName
{
color: #404809;
}
.AnyTagClassName
{
color: #404809;
}
</style>
background-color css
<style>
a { background-color: #404809; }
a { background-color: rgb(64,72,9); }
div.DivClassName
{
background-color: #404809;
}
.BgClassName
{
background-color: #404809;
}
</style>
border-color css
<style>
span { border-color: #404809; }
span { border-color: rgb(64,72,9); }
td.TdClassName
{
border-color: #404809;
}
.TagClassName
{
border-color: #404809;
}
</style>