Shades of Verdun Green #405509
Tints of Verdun Green #405509
RGB
CMYK
RGB Variations
Color information
#405509 (or 0x405509) is known color: Verdun Green. HEX triplet: 40, 55 and 09. RGB value is (64,85,9). Sum of RGB (Red+Green+Blue) = 64+85+9=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #405509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405509 is #BFAAF6. Grayscale: #464646. Windows color (decimal): -12561143 or 611648. OLE color: 611648.
HSL color Cylindrical-coordinate representation of color #405509: hue angle of 76.58º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #405509 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 85 | 9 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.67 |
| HSL | 76.58º | 0.81% | 0.18% | - |
| HSV(B) | 76.58º | 0.89% | 0.33% | - |
| XYZ | 5.41 | 7.61 | 1.44 | - |
| YUV | 70.06 | 93.54 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 9 | 0.25 | 0 | 0.89 | 0.67 | 76.58 | 0.81 | 0.18 |
| Hex | 40 | 55 | 9 | 19 | 0 | 59 | 43 | 4D | 51 | 12 |
| Octal | 100 | 125 | 11 | 31 | 0 | 131 | 103 | 115 | 121 | 22 |
| Binary | 1000000 | 1010101 | 1001 | 11001 | 0 | 1011001 | 1000011 | 1001101 | 1010001 | 10010 |
Color Harmonies of #405509
Complementary color
Monochromatic Colors of #405509
Black with #405509
Text Example
Text Example
White with #405509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405509; }
p { color: rgb(64,85,9); }
H1.HeaderClassName
{
color: #405509;
}
.AnyTagClassName
{
color: #405509;
}
</style>
background-color css
<style>
a { background-color: #405509; }
a { background-color: rgb(64,85,9); }
div.DivClassName
{
background-color: #405509;
}
.BgClassName
{
background-color: #405509;
}
</style>
border-color css
<style>
span { border-color: #405509; }
span { border-color: rgb(64,85,9); }
td.TdClassName
{
border-color: #405509;
}
.TagClassName
{
border-color: #405509;
}
</style>