Shades of Verdun Green #405E01
Tints of Verdun Green #405E01
RGB
CMYK
RGB Variations
Color information
#405E01 (or 0x405E01) is known color: Verdun Green. HEX triplet: 40, 5E and 01. RGB value is (64,94,1). Sum of RGB (Red+Green+Blue) = 64+94+1=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 94 (37.11% from 255 or 59.12% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 94 - color contains mainly: green. Hex color #405E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405E01 is #BFA1FE. Grayscale: #4A4A4A. Windows color (decimal): -12558847 or 89664. OLE color: 89664.
HSL color Cylindrical-coordinate representation of color #405E01: hue angle of 79.35º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #405E01 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 94 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.63 |
| HSL | 79.35º | 0.98% | 0.19% | - |
| HSV(B) | 79.35º | 0.99% | 0.37% | - |
| XYZ | 6.12 | 9.1 | 1.46 | - |
| YUV | 74.43 | 86.56 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 1 | 0.32 | 0 | 0.99 | 0.63 | 79.35 | 0.98 | 0.19 |
| Hex | 40 | 5E | 1 | 20 | 0 | 63 | 3F | 4F | 62 | 13 |
| Octal | 100 | 136 | 1 | 40 | 0 | 143 | 77 | 117 | 142 | 23 |
| Binary | 1000000 | 1011110 | 1 | 100000 | 0 | 1100011 | 111111 | 1001111 | 1100010 | 10011 |
Color Harmonies of #405E01
Complementary color
Monochromatic Colors of #405E01
Black with #405E01
Text Example
Text Example
White with #405E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405E01; }
p { color: rgb(64,94,1); }
H1.HeaderClassName
{
color: #405E01;
}
.AnyTagClassName
{
color: #405E01;
}
</style>
background-color css
<style>
a { background-color: #405E01; }
a { background-color: rgb(64,94,1); }
div.DivClassName
{
background-color: #405E01;
}
.BgClassName
{
background-color: #405E01;
}
</style>
border-color css
<style>
span { border-color: #405E01; }
span { border-color: rgb(64,94,1); }
td.TdClassName
{
border-color: #405E01;
}
.TagClassName
{
border-color: #405E01;
}
</style>