Shades of Verdun Green #406A07
Tints of Verdun Green #406A07
RGB
CMYK
RGB Variations
Color information
#406A07 (or 0x406A07) is known color: Verdun Green. HEX triplet: 40, 6A and 07. RGB value is (64,106,7). Sum of RGB (Red+Green+Blue) = 64+106+7=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 106 (41.80% from 255 or 59.89% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 106 - color contains mainly: green. Hex color #406A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406A07 is #BF95F8. Grayscale: #525252. Windows color (decimal): -12555769 or 485952. OLE color: 485952.
HSL color Cylindrical-coordinate representation of color #406A07: hue angle of 85.45º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #406A07 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 106 | 7 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.58 |
| HSL | 85.45º | 0.88% | 0.22% | - |
| HSV(B) | 85.45º | 0.93% | 0.42% | - |
| XYZ | 7.31 | 11.41 | 2.02 | - |
| YUV | 82.16 | 85.59 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 7 | 0.40 | 0 | 0.93 | 0.58 | 85.45 | 0.88 | 0.22 |
| Hex | 40 | 6A | 7 | 28 | 0 | 5D | 3A | 55 | 58 | 16 |
| Octal | 100 | 152 | 7 | 50 | 0 | 135 | 72 | 125 | 130 | 26 |
| Binary | 1000000 | 1101010 | 111 | 101000 | 0 | 1011101 | 111010 | 1010101 | 1011000 | 10110 |
Color Harmonies of #406A07
Complementary color
Monochromatic Colors of #406A07
Black with #406A07
Text Example
Text Example
White with #406A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406A07; }
p { color: rgb(64,106,7); }
H1.HeaderClassName
{
color: #406A07;
}
.AnyTagClassName
{
color: #406A07;
}
</style>
background-color css
<style>
a { background-color: #406A07; }
a { background-color: rgb(64,106,7); }
div.DivClassName
{
background-color: #406A07;
}
.BgClassName
{
background-color: #406A07;
}
</style>
border-color css
<style>
span { border-color: #406A07; }
span { border-color: rgb(64,106,7); }
td.TdClassName
{
border-color: #406A07;
}
.TagClassName
{
border-color: #406A07;
}
</style>