Shades of Verdun Green #404B18
Tints of Verdun Green #404B18
RGB
CMYK
RGB Variations
Color information
#404B18 (or 0x404B18) is known color: Verdun Green. HEX triplet: 40, 4B and 18. RGB value is (64,75,24). Sum of RGB (Red+Green+Blue) = 64+75+24=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #404B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404B18 is #BFB4E7. Grayscale: #424242. Windows color (decimal): -12563688 or 1592128. OLE color: 1592128.
HSL color Cylindrical-coordinate representation of color #404B18: hue angle of 72.94º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #404B18 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 24 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.71 |
| HSL | 72.94º | 0.52% | 0.19% | - |
| HSV(B) | 72.94º | 0.68% | 0.29% | - |
| XYZ | 4.8 | 6.19 | 1.81 | - |
| YUV | 65.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 24 | 0.15 | 0 | 0.68 | 0.71 | 72.94 | 0.52 | 0.19 |
| Hex | 40 | 4B | 18 | F | 0 | 44 | 47 | 49 | 34 | 13 |
| Octal | 100 | 113 | 30 | 17 | 0 | 104 | 107 | 111 | 64 | 23 |
| Binary | 1000000 | 1001011 | 11000 | 1111 | 0 | 1000100 | 1000111 | 1001001 | 110100 | 10011 |
Color Harmonies of #404B18
Complementary color
Monochromatic Colors of #404B18
Black with #404B18
Text Example
Text Example
White with #404B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B18; }
p { color: rgb(64,75,24); }
H1.HeaderClassName
{
color: #404B18;
}
.AnyTagClassName
{
color: #404B18;
}
</style>
background-color css
<style>
a { background-color: #404B18; }
a { background-color: rgb(64,75,24); }
div.DivClassName
{
background-color: #404B18;
}
.BgClassName
{
background-color: #404B18;
}
</style>
border-color css
<style>
span { border-color: #404B18; }
span { border-color: rgb(64,75,24); }
td.TdClassName
{
border-color: #404B18;
}
.TagClassName
{
border-color: #404B18;
}
</style>