Shades of Verdun Green #405A09
Tints of Verdun Green #405A09
RGB
CMYK
RGB Variations
Color information
#405A09 (or 0x405A09) is known color: Verdun Green. HEX triplet: 40, 5A and 09. RGB value is (64,90,9). Sum of RGB (Red+Green+Blue) = 64+90+9=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #405A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405A09 is #BFA5F6. Grayscale: #494949. Windows color (decimal): -12559863 or 612928. OLE color: 612928.
HSL color Cylindrical-coordinate representation of color #405A09: hue angle of 79.26º 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 #405A09 is Cyan = 0.29, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 90 | 9 | - |
| CMYK | 0.29 | 0 | 0.9 | 0.65 |
| HSL | 79.26º | 0.82% | 0.19% | - |
| HSV(B) | 79.26º | 0.9% | 0.35% | - |
| XYZ | 5.82 | 8.42 | 1.58 | - |
| YUV | 72.99 | 91.89 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 9 | 0.29 | 0 | 0.9 | 0.65 | 79.26 | 0.82 | 0.19 |
| Hex | 40 | 5A | 9 | 1D | 0 | 5A | 41 | 4F | 52 | 13 |
| Octal | 100 | 132 | 11 | 35 | 0 | 132 | 101 | 117 | 122 | 23 |
| Binary | 1000000 | 1011010 | 1001 | 11101 | 0 | 1011010 | 1000001 | 1001111 | 1010010 | 10011 |
Color Harmonies of #405A09
Complementary color
Monochromatic Colors of #405A09
Black with #405A09
Text Example
Text Example
White with #405A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405A09; }
p { color: rgb(64,90,9); }
H1.HeaderClassName
{
color: #405A09;
}
.AnyTagClassName
{
color: #405A09;
}
</style>
background-color css
<style>
a { background-color: #405A09; }
a { background-color: rgb(64,90,9); }
div.DivClassName
{
background-color: #405A09;
}
.BgClassName
{
background-color: #405A09;
}
</style>
border-color css
<style>
span { border-color: #405A09; }
span { border-color: rgb(64,90,9); }
td.TdClassName
{
border-color: #405A09;
}
.TagClassName
{
border-color: #405A09;
}
</style>