Shades of Verdun Green #404E02
Tints of Verdun Green #404E02
RGB
CMYK
RGB Variations
Color information
#404E02 (or 0x404E02) is known color: Verdun Green. HEX triplet: 40, 4E and 02. RGB value is (64,78,2). Sum of RGB (Red+Green+Blue) = 64+78+2=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 78 (30.86% from 255 or 54.17% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 78 - color contains mainly: green. Hex color #404E02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404E02 is #BFB1FD. Grayscale: #414141. Windows color (decimal): -12562942 or 151104. OLE color: 151104.
HSL color Cylindrical-coordinate representation of color #404E02: hue angle of 71.05º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #404E02 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 78 | 2 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.69 |
| HSL | 71.05º | 0.95% | 0.16% | - |
| HSV(B) | 71.05º | 0.97% | 0.31% | - |
| XYZ | 4.85 | 6.54 | 1.06 | - |
| YUV | 65.15 | 92.36 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 2 | 0.18 | 0 | 0.97 | 0.69 | 71.05 | 0.95 | 0.16 |
| Hex | 40 | 4E | 2 | 12 | 0 | 61 | 45 | 47 | 5F | 10 |
| Octal | 100 | 116 | 2 | 22 | 0 | 141 | 105 | 107 | 137 | 20 |
| Binary | 1000000 | 1001110 | 10 | 10010 | 0 | 1100001 | 1000101 | 1000111 | 1011111 | 10000 |
Color Harmonies of #404E02
Complementary color
Monochromatic Colors of #404E02
Black with #404E02
Text Example
Text Example
White with #404E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E02; }
p { color: rgb(64,78,2); }
H1.HeaderClassName
{
color: #404E02;
}
.AnyTagClassName
{
color: #404E02;
}
</style>
background-color css
<style>
a { background-color: #404E02; }
a { background-color: rgb(64,78,2); }
div.DivClassName
{
background-color: #404E02;
}
.BgClassName
{
background-color: #404E02;
}
</style>
border-color css
<style>
span { border-color: #404E02; }
span { border-color: rgb(64,78,2); }
td.TdClassName
{
border-color: #404E02;
}
.TagClassName
{
border-color: #404E02;
}
</style>