Shades of Verdun Green #406901
Tints of Verdun Green #406901
RGB
CMYK
RGB Variations
Color information
#406901 (or 0x406901) is known color: Verdun Green. HEX triplet: 40, 69 and 01. RGB value is (64,105,1). Sum of RGB (Red+Green+Blue) = 64+105+1=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 105 (41.41% from 255 or 61.76% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 105 - color contains mainly: green. Hex color #406901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406901 is #BF96FE. Grayscale: #515151. Windows color (decimal): -12556031 or 92480. OLE color: 92480.
HSL color Cylindrical-coordinate representation of color #406901: hue angle of 83.65º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #406901 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 105 | 1 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.59 |
| HSL | 83.65º | 0.98% | 0.21% | - |
| HSV(B) | 83.65º | 0.99% | 0.41% | - |
| XYZ | 7.17 | 11.2 | 1.81 | - |
| YUV | 80.89 | 82.92 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 105 | 1 | 0.39 | 0 | 0.99 | 0.59 | 83.65 | 0.98 | 0.21 |
| Hex | 40 | 69 | 1 | 27 | 0 | 63 | 3B | 54 | 62 | 15 |
| Octal | 100 | 151 | 1 | 47 | 0 | 143 | 73 | 124 | 142 | 25 |
| Binary | 1000000 | 1101001 | 1 | 100111 | 0 | 1100011 | 111011 | 1010100 | 1100010 | 10101 |
Color Harmonies of #406901
Complementary color
Monochromatic Colors of #406901
Black with #406901
Text Example
Text Example
White with #406901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406901; }
p { color: rgb(64,105,1); }
H1.HeaderClassName
{
color: #406901;
}
.AnyTagClassName
{
color: #406901;
}
</style>
background-color css
<style>
a { background-color: #406901; }
a { background-color: rgb(64,105,1); }
div.DivClassName
{
background-color: #406901;
}
.BgClassName
{
background-color: #406901;
}
</style>
border-color css
<style>
span { border-color: #406901; }
span { border-color: rgb(64,105,1); }
td.TdClassName
{
border-color: #406901;
}
.TagClassName
{
border-color: #406901;
}
</style>