Shades of Verdun Green #406205
Tints of Verdun Green #406205
RGB
CMYK
RGB Variations
Color information
#406205 (or 0x406205) is known color: Verdun Green. HEX triplet: 40, 62 and 05. RGB value is (64,98,5). Sum of RGB (Red+Green+Blue) = 64+98+5=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #406205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406205 is #BF9DFA. Grayscale: #4D4D4D. Windows color (decimal): -12557819 or 352832. OLE color: 352832.
HSL color Cylindrical-coordinate representation of color #406205: hue angle of 81.94º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #406205 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 98 | 5 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.62 |
| HSL | 81.94º | 0.9% | 0.2% | - |
| HSV(B) | 81.94º | 0.95% | 0.38% | - |
| XYZ | 6.51 | 9.84 | 1.7 | - |
| YUV | 77.23 | 87.24 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 98 | 5 | 0.35 | 0 | 0.95 | 0.62 | 81.94 | 0.9 | 0.2 |
| Hex | 40 | 62 | 5 | 23 | 0 | 5F | 3E | 52 | 5A | 14 |
| Octal | 100 | 142 | 5 | 43 | 0 | 137 | 76 | 122 | 132 | 24 |
| Binary | 1000000 | 1100010 | 101 | 100011 | 0 | 1011111 | 111110 | 1010010 | 1011010 | 10100 |
Color Harmonies of #406205
Complementary color
Monochromatic Colors of #406205
Black with #406205
Text Example
Text Example
White with #406205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406205; }
p { color: rgb(64,98,5); }
H1.HeaderClassName
{
color: #406205;
}
.AnyTagClassName
{
color: #406205;
}
</style>
background-color css
<style>
a { background-color: #406205; }
a { background-color: rgb(64,98,5); }
div.DivClassName
{
background-color: #406205;
}
.BgClassName
{
background-color: #406205;
}
</style>
border-color css
<style>
span { border-color: #406205; }
span { border-color: rgb(64,98,5); }
td.TdClassName
{
border-color: #406205;
}
.TagClassName
{
border-color: #406205;
}
</style>