Shades of Verdun Green #404A07
Tints of Verdun Green #404A07
RGB
CMYK
RGB Variations
Color information
#404A07 (or 0x404A07) is known color: Verdun Green. HEX triplet: 40, 4A and 07. RGB value is (64,74,7). Sum of RGB (Red+Green+Blue) = 64+74+7=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 74 (29.30% from 255 or 51.03% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 74 - color contains mainly: green. Hex color #404A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404A07 is #BFB5F8. Grayscale: #3F3F3F. Windows color (decimal): -12563961 or 477760. OLE color: 477760.
HSL color Cylindrical-coordinate representation of color #404A07: hue angle of 68.96º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #404A07 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 74 | 7 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.71 |
| HSL | 68.96º | 0.83% | 0.16% | - |
| HSV(B) | 68.96º | 0.91% | 0.29% | - |
| XYZ | 4.6 | 6 | 1.12 | - |
| YUV | 63.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 7 | 0.14 | 0 | 0.91 | 0.71 | 68.96 | 0.83 | 0.16 |
| Hex | 40 | 4A | 7 | E | 0 | 5B | 47 | 45 | 53 | 10 |
| Octal | 100 | 112 | 7 | 16 | 0 | 133 | 107 | 105 | 123 | 20 |
| Binary | 1000000 | 1001010 | 111 | 1110 | 0 | 1011011 | 1000111 | 1000101 | 1010011 | 10000 |
Color Harmonies of #404A07
Complementary color
Monochromatic Colors of #404A07
Black with #404A07
Text Example
Text Example
White with #404A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A07; }
p { color: rgb(64,74,7); }
H1.HeaderClassName
{
color: #404A07;
}
.AnyTagClassName
{
color: #404A07;
}
</style>
background-color css
<style>
a { background-color: #404A07; }
a { background-color: rgb(64,74,7); }
div.DivClassName
{
background-color: #404A07;
}
.BgClassName
{
background-color: #404A07;
}
</style>
border-color css
<style>
span { border-color: #404A07; }
span { border-color: rgb(64,74,7); }
td.TdClassName
{
border-color: #404A07;
}
.TagClassName
{
border-color: #404A07;
}
</style>