Shades of Verdun Green #404B19
Tints of Verdun Green #404B19
RGB
CMYK
RGB Variations
Color information
#404B19 (or 0x404B19) is known color: Verdun Green. HEX triplet: 40, 4B and 19. RGB value is (64,75,25). Sum of RGB (Red+Green+Blue) = 64+75+25=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 75 (29.69% from 255 or 45.73% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 75 - color contains mainly: green. Hex color #404B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404B19 is #BFB4E6. Grayscale: #424242. Windows color (decimal): -12563687 or 1657664. OLE color: 1657664.
HSL color Cylindrical-coordinate representation of color #404B19: hue angle of 73.2º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #404B19 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 25 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.71 |
| HSL | 73.2º | 0.5% | 0.2% | - |
| HSV(B) | 73.2º | 0.67% | 0.29% | - |
| XYZ | 4.81 | 6.19 | 1.86 | - |
| YUV | 66.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 25 | 0.15 | 0 | 0.67 | 0.71 | 73.2 | 0.5 | 0.2 |
| Hex | 40 | 4B | 19 | F | 0 | 43 | 47 | 49 | 32 | 14 |
| Octal | 100 | 113 | 31 | 17 | 0 | 103 | 107 | 111 | 62 | 24 |
| Binary | 1000000 | 1001011 | 11001 | 1111 | 0 | 1000011 | 1000111 | 1001001 | 110010 | 10100 |
Color Harmonies of #404B19
Complementary color
Monochromatic Colors of #404B19
Black with #404B19
Text Example
Text Example
White with #404B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B19; }
p { color: rgb(64,75,25); }
H1.HeaderClassName
{
color: #404B19;
}
.AnyTagClassName
{
color: #404B19;
}
</style>
background-color css
<style>
a { background-color: #404B19; }
a { background-color: rgb(64,75,25); }
div.DivClassName
{
background-color: #404B19;
}
.BgClassName
{
background-color: #404B19;
}
</style>
border-color css
<style>
span { border-color: #404B19; }
span { border-color: rgb(64,75,25); }
td.TdClassName
{
border-color: #404B19;
}
.TagClassName
{
border-color: #404B19;
}
</style>