Shades of Verdun Green #405909
Tints of Verdun Green #405909
RGB
CMYK
RGB Variations
Color information
#405909 (or 0x405909) is known color: Verdun Green. HEX triplet: 40, 59 and 09. RGB value is (64,89,9). Sum of RGB (Red+Green+Blue) = 64+89+9=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #405909 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405909 is #BFA6F6. Grayscale: #484848. Windows color (decimal): -12560119 or 612672. OLE color: 612672.
HSL color Cylindrical-coordinate representation of color #405909: hue angle of 78.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #405909 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 89 | 9 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.65 |
| HSL | 78.75º | 0.82% | 0.19% | - |
| HSV(B) | 78.75º | 0.9% | 0.35% | - |
| XYZ | 5.74 | 8.25 | 1.55 | - |
| YUV | 72.41 | 92.22 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 9 | 0.28 | 0 | 0.90 | 0.65 | 78.75 | 0.82 | 0.19 |
| Hex | 40 | 59 | 9 | 1C | 0 | 5A | 41 | 4F | 52 | 13 |
| Octal | 100 | 131 | 11 | 34 | 0 | 132 | 101 | 117 | 122 | 23 |
| Binary | 1000000 | 1011001 | 1001 | 11100 | 0 | 1011010 | 1000001 | 1001111 | 1010010 | 10011 |
Color Harmonies of #405909
Complementary color
Monochromatic Colors of #405909
Black with #405909
Text Example
Text Example
White with #405909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405909; }
p { color: rgb(64,89,9); }
H1.HeaderClassName
{
color: #405909;
}
.AnyTagClassName
{
color: #405909;
}
</style>
background-color css
<style>
a { background-color: #405909; }
a { background-color: rgb(64,89,9); }
div.DivClassName
{
background-color: #405909;
}
.BgClassName
{
background-color: #405909;
}
</style>
border-color css
<style>
span { border-color: #405909; }
span { border-color: rgb(64,89,9); }
td.TdClassName
{
border-color: #405909;
}
.TagClassName
{
border-color: #405909;
}
</style>