Shades of Verdun Green #404504
Tints of Verdun Green #404504
RGB
CMYK
RGB Variations
Color information
#404504 (or 0x404504) is known color: Verdun Green. HEX triplet: 40, 45 and 04. RGB value is (64,69,4). Sum of RGB (Red+Green+Blue) = 64+69+4=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 69 (27.34% from 255 or 50.36% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 69 - color contains mainly: green. Hex color #404504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404504 is #BFBAFB. Grayscale: #3C3C3C. Windows color (decimal): -12565244 or 279872. OLE color: 279872.
HSL color Cylindrical-coordinate representation of color #404504: hue angle of 64.62º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #404504 is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 69 | 4 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.73 |
| HSL | 64.62º | 0.89% | 0.14% | - |
| HSV(B) | 64.62º | 0.94% | 0.27% | - |
| XYZ | 4.26 | 5.35 | 0.92 | - |
| YUV | 60.1 | 96.34 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 4 | 0.07 | 0 | 0.94 | 0.73 | 64.62 | 0.89 | 0.14 |
| Hex | 40 | 45 | 4 | 7 | 0 | 5E | 49 | 41 | 59 | E |
| Octal | 100 | 105 | 4 | 7 | 0 | 136 | 111 | 101 | 131 | 16 |
| Binary | 1000000 | 1000101 | 100 | 111 | 0 | 1011110 | 1001001 | 1000001 | 1011001 | 1110 |
Color Harmonies of #404504
Complementary color
Monochromatic Colors of #404504
Black with #404504
Text Example
Text Example
White with #404504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404504; }
p { color: rgb(64,69,4); }
H1.HeaderClassName
{
color: #404504;
}
.AnyTagClassName
{
color: #404504;
}
</style>
background-color css
<style>
a { background-color: #404504; }
a { background-color: rgb(64,69,4); }
div.DivClassName
{
background-color: #404504;
}
.BgClassName
{
background-color: #404504;
}
</style>
border-color css
<style>
span { border-color: #404504; }
span { border-color: rgb(64,69,4); }
td.TdClassName
{
border-color: #404504;
}
.TagClassName
{
border-color: #404504;
}
</style>