Shades of Verdun Green #404E01
Tints of Verdun Green #404E01
RGB
CMYK
RGB Variations
Color information
#404E01 (or 0x404E01) is known color: Verdun Green. HEX triplet: 40, 4E and 01. RGB value is (64,78,1). Sum of RGB (Red+Green+Blue) = 64+78+1=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 78 (30.86% from 255 or 54.55% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 78 - color contains mainly: green. Hex color #404E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404E01 is #BFB1FE. Grayscale: #414141. Windows color (decimal): -12562943 or 85568. OLE color: 85568.
HSL color Cylindrical-coordinate representation of color #404E01: hue angle of 70.91º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #404E01 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 78 | 1 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.69 |
| HSL | 70.91º | 0.97% | 0.15% | - |
| HSV(B) | 70.91º | 0.99% | 0.31% | - |
| XYZ | 4.84 | 6.54 | 1.04 | - |
| YUV | 65.04 | 91.86 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 1 | 0.18 | 0 | 0.99 | 0.69 | 70.91 | 0.97 | 0.15 |
| Hex | 40 | 4E | 1 | 12 | 0 | 63 | 45 | 47 | 61 | F |
| Octal | 100 | 116 | 1 | 22 | 0 | 143 | 105 | 107 | 141 | 17 |
| Binary | 1000000 | 1001110 | 1 | 10010 | 0 | 1100011 | 1000101 | 1000111 | 1100001 | 1111 |
Color Harmonies of #404E01
Complementary color
Monochromatic Colors of #404E01
Black with #404E01
Text Example
Text Example
White with #404E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E01; }
p { color: rgb(64,78,1); }
H1.HeaderClassName
{
color: #404E01;
}
.AnyTagClassName
{
color: #404E01;
}
</style>
background-color css
<style>
a { background-color: #404E01; }
a { background-color: rgb(64,78,1); }
div.DivClassName
{
background-color: #404E01;
}
.BgClassName
{
background-color: #404E01;
}
</style>
border-color css
<style>
span { border-color: #404E01; }
span { border-color: rgb(64,78,1); }
td.TdClassName
{
border-color: #404E01;
}
.TagClassName
{
border-color: #404E01;
}
</style>