Shades of Verdun Green #404719
Tints of Verdun Green #404719
RGB
CMYK
RGB Variations
Color information
#404719 (or 0x404719) is known color: Verdun Green. HEX triplet: 40, 47 and 19. RGB value is (64,71,25). Sum of RGB (Red+Green+Blue) = 64+71+25=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #404719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404719 is #BFB8E6. Grayscale: #3F3F3F. Windows color (decimal): -12564711 or 1656640. OLE color: 1656640.
HSL color Cylindrical-coordinate representation of color #404719: hue angle of 69.13º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #404719 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 71 | 25 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.72 |
| HSL | 69.13º | 0.48% | 0.19% | - |
| HSV(B) | 69.13º | 0.65% | 0.28% | - |
| XYZ | 4.54 | 5.67 | 1.77 | - |
| YUV | 63.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 25 | 0.10 | 0 | 0.65 | 0.72 | 69.13 | 0.48 | 0.19 |
| Hex | 40 | 47 | 19 | A | 0 | 41 | 48 | 45 | 30 | 13 |
| Octal | 100 | 107 | 31 | 12 | 0 | 101 | 110 | 105 | 60 | 23 |
| Binary | 1000000 | 1000111 | 11001 | 1010 | 0 | 1000001 | 1001000 | 1000101 | 110000 | 10011 |
Color Harmonies of #404719
Complementary color
Monochromatic Colors of #404719
Black with #404719
Text Example
Text Example
White with #404719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404719; }
p { color: rgb(64,71,25); }
H1.HeaderClassName
{
color: #404719;
}
.AnyTagClassName
{
color: #404719;
}
</style>
background-color css
<style>
a { background-color: #404719; }
a { background-color: rgb(64,71,25); }
div.DivClassName
{
background-color: #404719;
}
.BgClassName
{
background-color: #404719;
}
</style>
border-color css
<style>
span { border-color: #404719; }
span { border-color: rgb(64,71,25); }
td.TdClassName
{
border-color: #404719;
}
.TagClassName
{
border-color: #404719;
}
</style>