Shades of Verdun Green #404F15
Tints of Verdun Green #404F15
RGB
CMYK
RGB Variations
Color information
#404F15 (or 0x404F15) is known color: Verdun Green. HEX triplet: 40, 4F and 15. RGB value is (64,79,21). Sum of RGB (Red+Green+Blue) = 64+79+21=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 79 - color contains mainly: green. Hex color #404F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404F15 is #BFB0EA. Grayscale: #444444. Windows color (decimal): -12562667 or 1396544. OLE color: 1396544.
HSL color Cylindrical-coordinate representation of color #404F15: hue angle of 75.52º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #404F15 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 79 | 21 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.69 |
| HSL | 75.52º | 0.58% | 0.2% | - |
| HSV(B) | 75.52º | 0.73% | 0.31% | - |
| XYZ | 5.05 | 6.74 | 1.74 | - |
| YUV | 67.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 21 | 0.19 | 0 | 0.73 | 0.69 | 75.52 | 0.58 | 0.2 |
| Hex | 40 | 4F | 15 | 13 | 0 | 49 | 45 | 4C | 3A | 14 |
| Octal | 100 | 117 | 25 | 23 | 0 | 111 | 105 | 114 | 72 | 24 |
| Binary | 1000000 | 1001111 | 10101 | 10011 | 0 | 1001001 | 1000101 | 1001100 | 111010 | 10100 |
Color Harmonies of #404F15
Complementary color
Monochromatic Colors of #404F15
Black with #404F15
Text Example
Text Example
White with #404F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F15; }
p { color: rgb(64,79,21); }
H1.HeaderClassName
{
color: #404F15;
}
.AnyTagClassName
{
color: #404F15;
}
</style>
background-color css
<style>
a { background-color: #404F15; }
a { background-color: rgb(64,79,21); }
div.DivClassName
{
background-color: #404F15;
}
.BgClassName
{
background-color: #404F15;
}
</style>
border-color css
<style>
span { border-color: #404F15; }
span { border-color: rgb(64,79,21); }
td.TdClassName
{
border-color: #404F15;
}
.TagClassName
{
border-color: #404F15;
}
</style>