Shades of Verdun Green #404C10
Tints of Verdun Green #404C10
RGB
CMYK
RGB Variations
Color information
#404C10 (or 0x404C10) is known color: Verdun Green. HEX triplet: 40, 4C and 10. RGB value is (64,76,16). Sum of RGB (Red+Green+Blue) = 64+76+16=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 76 (30.08% from 255 or 48.72% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 76 - color contains mainly: green. Hex color #404C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404C10 is #BFB3EF. Grayscale: #414141. Windows color (decimal): -12563440 or 1068096. OLE color: 1068096.
HSL color Cylindrical-coordinate representation of color #404C10: hue angle of 72º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #404C10 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 76 | 16 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.70 |
| HSL | 72º | 0.65% | 0.18% | - |
| HSV(B) | 72º | 0.79% | 0.3% | - |
| XYZ | 4.79 | 6.3 | 1.45 | - |
| YUV | 65.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 16 | 0.16 | 0 | 0.79 | 0.70 | 72 | 0.65 | 0.18 |
| Hex | 40 | 4C | 10 | 10 | 0 | 4F | 46 | 48 | 41 | 12 |
| Octal | 100 | 114 | 20 | 20 | 0 | 117 | 106 | 110 | 101 | 22 |
| Binary | 1000000 | 1001100 | 10000 | 10000 | 0 | 1001111 | 1000110 | 1001000 | 1000001 | 10010 |
Color Harmonies of #404C10
Complementary color
Monochromatic Colors of #404C10
Black with #404C10
Text Example
Text Example
White with #404C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C10; }
p { color: rgb(64,76,16); }
H1.HeaderClassName
{
color: #404C10;
}
.AnyTagClassName
{
color: #404C10;
}
</style>
background-color css
<style>
a { background-color: #404C10; }
a { background-color: rgb(64,76,16); }
div.DivClassName
{
background-color: #404C10;
}
.BgClassName
{
background-color: #404C10;
}
</style>
border-color css
<style>
span { border-color: #404C10; }
span { border-color: rgb(64,76,16); }
td.TdClassName
{
border-color: #404C10;
}
.TagClassName
{
border-color: #404C10;
}
</style>