Shades of Verdun Green #404709
Tints of Verdun Green #404709
RGB
CMYK
RGB Variations
Color information
#404709 (or 0x404709) is known color: Verdun Green. HEX triplet: 40, 47 and 09. RGB value is (64,71,9). Sum of RGB (Red+Green+Blue) = 64+71+9=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #404709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404709 is #BFB8F6. Grayscale: #3E3E3E. Windows color (decimal): -12564727 or 608064. OLE color: 608064.
HSL color Cylindrical-coordinate representation of color #404709: hue angle of 66.77º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #404709 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 71 | 9 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.72 |
| HSL | 66.77º | 0.78% | 0.16% | - |
| HSV(B) | 66.77º | 0.87% | 0.28% | - |
| XYZ | 4.42 | 5.62 | 1.11 | - |
| YUV | 61.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 9 | 0.10 | 0 | 0.87 | 0.72 | 66.77 | 0.78 | 0.16 |
| Hex | 40 | 47 | 9 | A | 0 | 57 | 48 | 43 | 4E | 10 |
| Octal | 100 | 107 | 11 | 12 | 0 | 127 | 110 | 103 | 116 | 20 |
| Binary | 1000000 | 1000111 | 1001 | 1010 | 0 | 1010111 | 1001000 | 1000011 | 1001110 | 10000 |
Color Harmonies of #404709
Complementary color
Monochromatic Colors of #404709
Black with #404709
Text Example
Text Example
White with #404709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404709; }
p { color: rgb(64,71,9); }
H1.HeaderClassName
{
color: #404709;
}
.AnyTagClassName
{
color: #404709;
}
</style>
background-color css
<style>
a { background-color: #404709; }
a { background-color: rgb(64,71,9); }
div.DivClassName
{
background-color: #404709;
}
.BgClassName
{
background-color: #404709;
}
</style>
border-color css
<style>
span { border-color: #404709; }
span { border-color: rgb(64,71,9); }
td.TdClassName
{
border-color: #404709;
}
.TagClassName
{
border-color: #404709;
}
</style>