Shades of Verdun Green #404F08
Tints of Verdun Green #404F08
RGB
CMYK
RGB Variations
Color information
#404F08 (or 0x404F08) is known color: Verdun Green. HEX triplet: 40, 4F and 08. RGB value is (64,79,8). Sum of RGB (Red+Green+Blue) = 64+79+8=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 79 (31.25% from 255 or 52.32% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 79 - color contains mainly: green. Hex color #404F08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404F08 is #BFB0F7. Grayscale: #424242. Windows color (decimal): -12562680 or 544576. OLE color: 544576.
HSL color Cylindrical-coordinate representation of color #404F08: hue angle of 72.68º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #404F08 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 79 | 8 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.69 |
| HSL | 72.68º | 0.82% | 0.17% | - |
| HSV(B) | 72.68º | 0.9% | 0.31% | - |
| XYZ | 4.95 | 6.7 | 1.26 | - |
| YUV | 66.42 | 95.03 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 8 | 0.19 | 0 | 0.90 | 0.69 | 72.68 | 0.82 | 0.17 |
| Hex | 40 | 4F | 8 | 13 | 0 | 5A | 45 | 49 | 52 | 11 |
| Octal | 100 | 117 | 10 | 23 | 0 | 132 | 105 | 111 | 122 | 21 |
| Binary | 1000000 | 1001111 | 1000 | 10011 | 0 | 1011010 | 1000101 | 1001001 | 1010010 | 10001 |
Color Harmonies of #404F08
Complementary color
Monochromatic Colors of #404F08
Black with #404F08
Text Example
Text Example
White with #404F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F08; }
p { color: rgb(64,79,8); }
H1.HeaderClassName
{
color: #404F08;
}
.AnyTagClassName
{
color: #404F08;
}
</style>
background-color css
<style>
a { background-color: #404F08; }
a { background-color: rgb(64,79,8); }
div.DivClassName
{
background-color: #404F08;
}
.BgClassName
{
background-color: #404F08;
}
</style>
border-color css
<style>
span { border-color: #404F08; }
span { border-color: rgb(64,79,8); }
td.TdClassName
{
border-color: #404F08;
}
.TagClassName
{
border-color: #404F08;
}
</style>