Shades of Verdun Green #404104
Tints of Verdun Green #404104
RGB
CMYK
RGB Variations
Color information
#404104 (or 0x404104) is known color: Verdun Green. HEX triplet: 40, 41 and 04. RGB value is (64,65,4). Sum of RGB (Red+Green+Blue) = 64+65+4=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #404104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404104 is #BFBEFB. Grayscale: #393939. Windows color (decimal): -12566268 or 278848. OLE color: 278848.
HSL color Cylindrical-coordinate representation of color #404104: hue angle of 60.98º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #404104 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 65 | 4 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.75 |
| HSL | 60.98º | 0.88% | 0.14% | - |
| HSV(B) | 60.98º | 0.94% | 0.25% | - |
| XYZ | 4.03 | 4.88 | 0.84 | - |
| YUV | 57.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 4 | 0.02 | 0 | 0.94 | 0.75 | 60.98 | 0.88 | 0.14 |
| Hex | 40 | 41 | 4 | 2 | 0 | 5E | 4B | 3D | 58 | E |
| Octal | 100 | 101 | 4 | 2 | 0 | 136 | 113 | 75 | 130 | 16 |
| Binary | 1000000 | 1000001 | 100 | 10 | 0 | 1011110 | 1001011 | 111101 | 1011000 | 1110 |
Color Harmonies of #404104
Complementary color
Monochromatic Colors of #404104
Black with #404104
Text Example
Text Example
White with #404104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404104; }
p { color: rgb(64,65,4); }
H1.HeaderClassName
{
color: #404104;
}
.AnyTagClassName
{
color: #404104;
}
</style>
background-color css
<style>
a { background-color: #404104; }
a { background-color: rgb(64,65,4); }
div.DivClassName
{
background-color: #404104;
}
.BgClassName
{
background-color: #404104;
}
</style>
border-color css
<style>
span { border-color: #404104; }
span { border-color: rgb(64,65,4); }
td.TdClassName
{
border-color: #404104;
}
.TagClassName
{
border-color: #404104;
}
</style>