Shades of Verdun Green #405917
Tints of Verdun Green #405917
RGB
CMYK
RGB Variations
Color information
#405917 (or 0x405917) is known color: Verdun Green. HEX triplet: 40, 59 and 17. RGB value is (64,89,23). Sum of RGB (Red+Green+Blue) = 64+89+23=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 89 (35.16% from 255 or 50.57% from 176); Blue value is 23 (9.38% from 255 or 13.07% from 176); Max value from RGB is 89 - color contains mainly: green. Hex color #405917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405917 is #BFA6E8. Grayscale: #4A4A4A. Windows color (decimal): -12560105 or 1530176. OLE color: 1530176.
HSL color Cylindrical-coordinate representation of color #405917: hue angle of 82.73º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #405917 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 89 | 23 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.65 |
| HSL | 82.73º | 0.59% | 0.22% | - |
| HSV(B) | 82.73º | 0.74% | 0.35% | - |
| XYZ | 5.84 | 8.3 | 2.1 | - |
| YUV | 74 | 99.22 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 23 | 0.28 | 0 | 0.74 | 0.65 | 82.73 | 0.59 | 0.22 |
| Hex | 40 | 59 | 17 | 1C | 0 | 4A | 41 | 53 | 3B | 16 |
| Octal | 100 | 131 | 27 | 34 | 0 | 112 | 101 | 123 | 73 | 26 |
| Binary | 1000000 | 1011001 | 10111 | 11100 | 0 | 1001010 | 1000001 | 1010011 | 111011 | 10110 |
Color Harmonies of #405917
Complementary color
Monochromatic Colors of #405917
Black with #405917
Text Example
Text Example
White with #405917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405917; }
p { color: rgb(64,89,23); }
H1.HeaderClassName
{
color: #405917;
}
.AnyTagClassName
{
color: #405917;
}
</style>
background-color css
<style>
a { background-color: #405917; }
a { background-color: rgb(64,89,23); }
div.DivClassName
{
background-color: #405917;
}
.BgClassName
{
background-color: #405917;
}
</style>
border-color css
<style>
span { border-color: #405917; }
span { border-color: rgb(64,89,23); }
td.TdClassName
{
border-color: #405917;
}
.TagClassName
{
border-color: #405917;
}
</style>