Shades of Verdun Green #404304
Tints of Verdun Green #404304
RGB
CMYK
RGB Variations
Color information
#404304 (or 0x404304) is known color: Verdun Green. HEX triplet: 40, 43 and 04. RGB value is (64,67,4). Sum of RGB (Red+Green+Blue) = 64+67+4=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #404304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404304 is #BFBCFB. Grayscale: #3B3B3B. Windows color (decimal): -12565756 or 279360. OLE color: 279360.
HSL color Cylindrical-coordinate representation of color #404304: hue angle of 62.86º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #404304 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 67 | 4 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.74 |
| HSL | 62.86º | 0.89% | 0.14% | - |
| HSV(B) | 62.86º | 0.94% | 0.26% | - |
| XYZ | 4.14 | 5.11 | 0.88 | - |
| YUV | 58.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 4 | 0.04 | 0 | 0.94 | 0.74 | 62.86 | 0.89 | 0.14 |
| Hex | 40 | 43 | 4 | 4 | 0 | 5E | 4A | 3F | 59 | E |
| Octal | 100 | 103 | 4 | 4 | 0 | 136 | 112 | 77 | 131 | 16 |
| Binary | 1000000 | 1000011 | 100 | 100 | 0 | 1011110 | 1001010 | 111111 | 1011001 | 1110 |
Color Harmonies of #404304
Complementary color
Monochromatic Colors of #404304
Black with #404304
Text Example
Text Example
White with #404304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404304; }
p { color: rgb(64,67,4); }
H1.HeaderClassName
{
color: #404304;
}
.AnyTagClassName
{
color: #404304;
}
</style>
background-color css
<style>
a { background-color: #404304; }
a { background-color: rgb(64,67,4); }
div.DivClassName
{
background-color: #404304;
}
.BgClassName
{
background-color: #404304;
}
</style>
border-color css
<style>
span { border-color: #404304; }
span { border-color: rgb(64,67,4); }
td.TdClassName
{
border-color: #404304;
}
.TagClassName
{
border-color: #404304;
}
</style>