Shades of Verdun Green #407000
Tints of Verdun Green #407000
RGB
CMYK
RGB Variations
Color information
#407000 (or 0x407000) is known color: Verdun Green. HEX triplet: 40, 70 and 00. RGB value is (64,112,0). Sum of RGB (Red+Green+Blue) = 64+112+0=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 112 (44.14% from 255 or 63.64% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 112 - color contains mainly: green. Hex color #407000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407000 is #BF8FFF. Grayscale: #555555. Windows color (decimal): -12554240 or 28736. OLE color: 28736.
HSL color Cylindrical-coordinate representation of color #407000: hue angle of 85.71º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #407000 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 112 | 0 | - |
| CMYK | 0.43 | 0 | 1 | 0.56 |
| HSL | 85.71º | 1% | 0.22% | - |
| HSV(B) | 85.71º | 1% | 0.44% | - |
| XYZ | 7.91 | 12.68 | 2.03 | - |
| YUV | 84.88 | 80.1 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 112 | 0 | 0.43 | 0 | 1 | 0.56 | 85.71 | 1 | 0.22 |
| Hex | 40 | 70 | 0 | 2B | 0 | 64 | 38 | 56 | 64 | 16 |
| Octal | 100 | 160 | 0 | 53 | 0 | 144 | 70 | 126 | 144 | 26 |
| Binary | 1000000 | 1110000 | 0 | 101011 | 0 | 1100100 | 111000 | 1010110 | 1100100 | 10110 |
Color Harmonies of #407000
Complementary color
Monochromatic Colors of #407000
Black with #407000
Text Example
Text Example
White with #407000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407000; }
p { color: rgb(64,112,0); }
H1.HeaderClassName
{
color: #407000;
}
.AnyTagClassName
{
color: #407000;
}
</style>
background-color css
<style>
a { background-color: #407000; }
a { background-color: rgb(64,112,0); }
div.DivClassName
{
background-color: #407000;
}
.BgClassName
{
background-color: #407000;
}
</style>
border-color css
<style>
span { border-color: #407000; }
span { border-color: rgb(64,112,0); }
td.TdClassName
{
border-color: #407000;
}
.TagClassName
{
border-color: #407000;
}
</style>