Shades of Verdun Green #404800
Tints of Verdun Green #404800
RGB
CMYK
RGB Variations
Color information
#404800 (or 0x404800) is known color: Verdun Green. HEX triplet: 40, 48 and 00. RGB value is (64,72,0). Sum of RGB (Red+Green+Blue) = 64+72+0=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #404800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404800 is #BFB7FF. Grayscale: #3D3D3D. Windows color (decimal): -12564480 or 18496. OLE color: 18496.
HSL color Cylindrical-coordinate representation of color #404800: hue angle of 66.67º 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 #404800 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 72 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.72 |
| HSL | 66.67º | 1% | 0.14% | - |
| HSV(B) | 66.67º | 1% | 0.28% | - |
| XYZ | 4.43 | 5.72 | 0.87 | - |
| YUV | 61.4 | 93.35 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 0 | 0.11 | 0 | 1 | 0.72 | 66.67 | 1 | 0.14 |
| Hex | 40 | 48 | 0 | B | 0 | 64 | 48 | 43 | 64 | E |
| Octal | 100 | 110 | 0 | 13 | 0 | 144 | 110 | 103 | 144 | 16 |
| Binary | 1000000 | 1001000 | 0 | 1011 | 0 | 1100100 | 1001000 | 1000011 | 1100100 | 1110 |
Color Harmonies of #404800
Complementary color
Monochromatic Colors of #404800
Black with #404800
Text Example
Text Example
White with #404800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404800; }
p { color: rgb(64,72,0); }
H1.HeaderClassName
{
color: #404800;
}
.AnyTagClassName
{
color: #404800;
}
</style>
background-color css
<style>
a { background-color: #404800; }
a { background-color: rgb(64,72,0); }
div.DivClassName
{
background-color: #404800;
}
.BgClassName
{
background-color: #404800;
}
</style>
border-color css
<style>
span { border-color: #404800; }
span { border-color: rgb(64,72,0); }
td.TdClassName
{
border-color: #404800;
}
.TagClassName
{
border-color: #404800;
}
</style>