Shades of Verdun Green #404A13
Tints of Verdun Green #404A13
RGB
CMYK
RGB Variations
Color information
#404A13 (or 0x404A13) is known color: Verdun Green. HEX triplet: 40, 4A and 13. RGB value is (64,74,19). Sum of RGB (Red+Green+Blue) = 64+74+19=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 74 (29.30% from 255 or 47.13% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 74 - color contains mainly: green. Hex color #404A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404A13 is #BFB5EC. Grayscale: #404040. Windows color (decimal): -12563949 or 1264192. OLE color: 1264192.
HSL color Cylindrical-coordinate representation of color #404A13: hue angle of 70.91º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #404A13 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 74 | 19 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.71 |
| HSL | 70.91º | 0.59% | 0.18% | - |
| HSV(B) | 70.91º | 0.74% | 0.29% | - |
| XYZ | 4.68 | 6.03 | 1.53 | - |
| YUV | 64.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 19 | 0.14 | 0 | 0.74 | 0.71 | 70.91 | 0.59 | 0.18 |
| Hex | 40 | 4A | 13 | E | 0 | 4A | 47 | 47 | 3B | 12 |
| Octal | 100 | 112 | 23 | 16 | 0 | 112 | 107 | 107 | 73 | 22 |
| Binary | 1000000 | 1001010 | 10011 | 1110 | 0 | 1001010 | 1000111 | 1000111 | 111011 | 10010 |
Color Harmonies of #404A13
Complementary color
Monochromatic Colors of #404A13
Black with #404A13
Text Example
Text Example
White with #404A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A13; }
p { color: rgb(64,74,19); }
H1.HeaderClassName
{
color: #404A13;
}
.AnyTagClassName
{
color: #404A13;
}
</style>
background-color css
<style>
a { background-color: #404A13; }
a { background-color: rgb(64,74,19); }
div.DivClassName
{
background-color: #404A13;
}
.BgClassName
{
background-color: #404A13;
}
</style>
border-color css
<style>
span { border-color: #404A13; }
span { border-color: rgb(64,74,19); }
td.TdClassName
{
border-color: #404A13;
}
.TagClassName
{
border-color: #404A13;
}
</style>