Shades of Verdun Green #407001
Tints of Verdun Green #407001
RGB
CMYK
RGB Variations
Color information
#407001 (or 0x407001) is known color: Verdun Green. HEX triplet: 40, 70 and 01. RGB value is (64,112,1). Sum of RGB (Red+Green+Blue) = 64+112+1=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #407001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407001 is #BF8FFE. Grayscale: #555555. Windows color (decimal): -12554239 or 94272. OLE color: 94272.
HSL color Cylindrical-coordinate representation of color #407001: hue angle of 85.95º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #407001 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 112 | 1 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.56 |
| HSL | 85.95º | 0.98% | 0.22% | - |
| HSV(B) | 85.95º | 0.99% | 0.44% | - |
| XYZ | 7.91 | 12.68 | 2.06 | - |
| YUV | 84.99 | 80.6 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 112 | 1 | 0.43 | 0 | 0.99 | 0.56 | 85.95 | 0.98 | 0.22 |
| Hex | 40 | 70 | 1 | 2B | 0 | 63 | 38 | 56 | 62 | 16 |
| Octal | 100 | 160 | 1 | 53 | 0 | 143 | 70 | 126 | 142 | 26 |
| Binary | 1000000 | 1110000 | 1 | 101011 | 0 | 1100011 | 111000 | 1010110 | 1100010 | 10110 |
Color Harmonies of #407001
Complementary color
Monochromatic Colors of #407001
Black with #407001
Text Example
Text Example
White with #407001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407001; }
p { color: rgb(64,112,1); }
H1.HeaderClassName
{
color: #407001;
}
.AnyTagClassName
{
color: #407001;
}
</style>
background-color css
<style>
a { background-color: #407001; }
a { background-color: rgb(64,112,1); }
div.DivClassName
{
background-color: #407001;
}
.BgClassName
{
background-color: #407001;
}
</style>
border-color css
<style>
span { border-color: #407001; }
span { border-color: rgb(64,112,1); }
td.TdClassName
{
border-color: #407001;
}
.TagClassName
{
border-color: #407001;
}
</style>