Shades of Verdun Green #405D09
Tints of Verdun Green #405D09
RGB
CMYK
RGB Variations
Color information
#405D09 (or 0x405D09) is known color: Verdun Green. HEX triplet: 40, 5D and 09. RGB value is (64,93,9). Sum of RGB (Red+Green+Blue) = 64+93+9=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 93 (36.72% from 255 or 56.02% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 93 - color contains mainly: green. Hex color #405D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405D09 is #BFA2F6. Grayscale: #4B4B4B. Windows color (decimal): -12559095 or 613696. OLE color: 613696.
HSL color Cylindrical-coordinate representation of color #405D09: hue angle of 80.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #405D09 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 93 | 9 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.64 |
| HSL | 80.71º | 0.82% | 0.2% | - |
| HSV(B) | 80.71º | 0.9% | 0.36% | - |
| XYZ | 6.08 | 8.94 | 1.66 | - |
| YUV | 74.75 | 90.89 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 9 | 0.31 | 0 | 0.90 | 0.64 | 80.71 | 0.82 | 0.2 |
| Hex | 40 | 5D | 9 | 1F | 0 | 5A | 40 | 51 | 52 | 14 |
| Octal | 100 | 135 | 11 | 37 | 0 | 132 | 100 | 121 | 122 | 24 |
| Binary | 1000000 | 1011101 | 1001 | 11111 | 0 | 1011010 | 1000000 | 1010001 | 1010010 | 10100 |
Color Harmonies of #405D09
Complementary color
Monochromatic Colors of #405D09
Black with #405D09
Text Example
Text Example
White with #405D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405D09; }
p { color: rgb(64,93,9); }
H1.HeaderClassName
{
color: #405D09;
}
.AnyTagClassName
{
color: #405D09;
}
</style>
background-color css
<style>
a { background-color: #405D09; }
a { background-color: rgb(64,93,9); }
div.DivClassName
{
background-color: #405D09;
}
.BgClassName
{
background-color: #405D09;
}
</style>
border-color css
<style>
span { border-color: #405D09; }
span { border-color: rgb(64,93,9); }
td.TdClassName
{
border-color: #405D09;
}
.TagClassName
{
border-color: #405D09;
}
</style>