Shades of Verdun Green #406F09
Tints of Verdun Green #406F09
RGB
CMYK
RGB Variations
Color information
#406F09 (or 0x406F09) is known color: Verdun Green. HEX triplet: 40, 6F and 09. RGB value is (64,111,9). Sum of RGB (Red+Green+Blue) = 64+111+9=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 111 (43.75% from 255 or 60.33% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 111 - color contains mainly: green. Hex color #406F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406F09 is #BF90F6. Grayscale: #555555. Windows color (decimal): -12554487 or 618304. OLE color: 618304.
HSL color Cylindrical-coordinate representation of color #406F09: hue angle of 87.65º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #406F09 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 111 | 9 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.56 |
| HSL | 87.65º | 0.85% | 0.24% | - |
| HSV(B) | 87.65º | 0.92% | 0.44% | - |
| XYZ | 7.85 | 12.48 | 2.25 | - |
| YUV | 85.32 | 84.93 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 9 | 0.42 | 0 | 0.92 | 0.56 | 87.65 | 0.85 | 0.24 |
| Hex | 40 | 6F | 9 | 2A | 0 | 5C | 38 | 58 | 55 | 18 |
| Octal | 100 | 157 | 11 | 52 | 0 | 134 | 70 | 130 | 125 | 30 |
| Binary | 1000000 | 1101111 | 1001 | 101010 | 0 | 1011100 | 111000 | 1011000 | 1010101 | 11000 |
Color Harmonies of #406F09
Complementary color
Monochromatic Colors of #406F09
Black with #406F09
Text Example
Text Example
White with #406F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406F09; }
p { color: rgb(64,111,9); }
H1.HeaderClassName
{
color: #406F09;
}
.AnyTagClassName
{
color: #406F09;
}
</style>
background-color css
<style>
a { background-color: #406F09; }
a { background-color: rgb(64,111,9); }
div.DivClassName
{
background-color: #406F09;
}
.BgClassName
{
background-color: #406F09;
}
</style>
border-color css
<style>
span { border-color: #406F09; }
span { border-color: rgb(64,111,9); }
td.TdClassName
{
border-color: #406F09;
}
.TagClassName
{
border-color: #406F09;
}
</style>