Shades of Verdun Green #404C11
Tints of Verdun Green #404C11
RGB
CMYK
RGB Variations
Color information
#404C11 (or 0x404C11) is known color: Verdun Green. HEX triplet: 40, 4C and 11. RGB value is (64,76,17). Sum of RGB (Red+Green+Blue) = 64+76+17=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #404C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404C11 is #BFB3EE. Grayscale: #414141. Windows color (decimal): -12563439 or 1133632. OLE color: 1133632.
HSL color Cylindrical-coordinate representation of color #404C11: hue angle of 72.2º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #404C11 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 76 | 17 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.70 |
| HSL | 72.2º | 0.63% | 0.18% | - |
| HSV(B) | 72.2º | 0.78% | 0.3% | - |
| XYZ | 4.8 | 6.3 | 1.49 | - |
| YUV | 65.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 17 | 0.16 | 0 | 0.78 | 0.70 | 72.2 | 0.63 | 0.18 |
| Hex | 40 | 4C | 11 | 10 | 0 | 4E | 46 | 48 | 3F | 12 |
| Octal | 100 | 114 | 21 | 20 | 0 | 116 | 106 | 110 | 77 | 22 |
| Binary | 1000000 | 1001100 | 10001 | 10000 | 0 | 1001110 | 1000110 | 1001000 | 111111 | 10010 |
Color Harmonies of #404C11
Complementary color
Monochromatic Colors of #404C11
Black with #404C11
Text Example
Text Example
White with #404C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C11; }
p { color: rgb(64,76,17); }
H1.HeaderClassName
{
color: #404C11;
}
.AnyTagClassName
{
color: #404C11;
}
</style>
background-color css
<style>
a { background-color: #404C11; }
a { background-color: rgb(64,76,17); }
div.DivClassName
{
background-color: #404C11;
}
.BgClassName
{
background-color: #404C11;
}
</style>
border-color css
<style>
span { border-color: #404C11; }
span { border-color: rgb(64,76,17); }
td.TdClassName
{
border-color: #404C11;
}
.TagClassName
{
border-color: #404C11;
}
</style>