Shades of Verdun Green #407002
Tints of Verdun Green #407002
RGB
CMYK
RGB Variations
Color information
#407002 (or 0x407002) is known color: Verdun Green. HEX triplet: 40, 70 and 02. RGB value is (64,112,2). Sum of RGB (Red+Green+Blue) = 64+112+2=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 112 (44.14% from 255 or 62.92% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 112 - color contains mainly: green. Hex color #407002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407002 is #BF8FFD. Grayscale: #555555. Windows color (decimal): -12554238 or 159808. OLE color: 159808.
HSL color Cylindrical-coordinate representation of color #407002: hue angle of 86.18º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #407002 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 112 | 2 | - |
| CMYK | 0.43 | 0 | 0.98 | 0.56 |
| HSL | 86.18º | 0.96% | 0.22% | - |
| HSV(B) | 86.18º | 0.98% | 0.44% | - |
| XYZ | 7.92 | 12.68 | 2.09 | - |
| YUV | 85.11 | 81.1 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 112 | 2 | 0.43 | 0 | 0.98 | 0.56 | 86.18 | 0.96 | 0.22 |
| Hex | 40 | 70 | 2 | 2B | 0 | 62 | 38 | 56 | 60 | 16 |
| Octal | 100 | 160 | 2 | 53 | 0 | 142 | 70 | 126 | 140 | 26 |
| Binary | 1000000 | 1110000 | 10 | 101011 | 0 | 1100010 | 111000 | 1010110 | 1100000 | 10110 |
Color Harmonies of #407002
Complementary color
Monochromatic Colors of #407002
Black with #407002
Text Example
Text Example
White with #407002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407002; }
p { color: rgb(64,112,2); }
H1.HeaderClassName
{
color: #407002;
}
.AnyTagClassName
{
color: #407002;
}
</style>
background-color css
<style>
a { background-color: #407002; }
a { background-color: rgb(64,112,2); }
div.DivClassName
{
background-color: #407002;
}
.BgClassName
{
background-color: #407002;
}
</style>
border-color css
<style>
span { border-color: #407002; }
span { border-color: rgb(64,112,2); }
td.TdClassName
{
border-color: #407002;
}
.TagClassName
{
border-color: #407002;
}
</style>