Shades of Verdun Green #404700
Tints of Verdun Green #404700
RGB
CMYK
RGB Variations
Color information
#404700 (or 0x404700) is known color: Verdun Green. HEX triplet: 40, 47 and 00. RGB value is (64,71,0). Sum of RGB (Red+Green+Blue) = 64+71+0=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #404700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404700 is #BFB8FF. Grayscale: #3D3D3D. Windows color (decimal): -12564736 or 18240. OLE color: 18240.
HSL color Cylindrical-coordinate representation of color #404700: hue angle of 65.92º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #404700 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 71 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.72 |
| HSL | 65.92º | 1% | 0.14% | - |
| HSV(B) | 65.92º | 1% | 0.28% | - |
| XYZ | 4.37 | 5.6 | 0.85 | - |
| YUV | 60.81 | 93.68 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 0 | 0.10 | 0 | 1 | 0.72 | 65.92 | 1 | 0.14 |
| Hex | 40 | 47 | 0 | A | 0 | 64 | 48 | 42 | 64 | E |
| Octal | 100 | 107 | 0 | 12 | 0 | 144 | 110 | 102 | 144 | 16 |
| Binary | 1000000 | 1000111 | 0 | 1010 | 0 | 1100100 | 1001000 | 1000010 | 1100100 | 1110 |
Color Harmonies of #404700
Complementary color
Monochromatic Colors of #404700
Black with #404700
Text Example
Text Example
White with #404700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404700; }
p { color: rgb(64,71,0); }
H1.HeaderClassName
{
color: #404700;
}
.AnyTagClassName
{
color: #404700;
}
</style>
background-color css
<style>
a { background-color: #404700; }
a { background-color: rgb(64,71,0); }
div.DivClassName
{
background-color: #404700;
}
.BgClassName
{
background-color: #404700;
}
</style>
border-color css
<style>
span { border-color: #404700; }
span { border-color: rgb(64,71,0); }
td.TdClassName
{
border-color: #404700;
}
.TagClassName
{
border-color: #404700;
}
</style>