Shades of Verdun Green #407003
Tints of Verdun Green #407003
RGB
CMYK
RGB Variations
Color information
#407003 (or 0x407003) is known color: Verdun Green. HEX triplet: 40, 70 and 03. RGB value is (64,112,3). Sum of RGB (Red+Green+Blue) = 64+112+3=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 112 (44.14% from 255 or 62.57% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 112 - color contains mainly: green. Hex color #407003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407003 is #BF8FFC. Grayscale: #555555. Windows color (decimal): -12554237 or 225344. OLE color: 225344.
HSL color Cylindrical-coordinate representation of color #407003: hue angle of 86.42º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #407003 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 112 | 3 | - |
| CMYK | 0.43 | 0 | 0.97 | 0.56 |
| HSL | 86.42º | 0.95% | 0.23% | - |
| HSV(B) | 86.42º | 0.97% | 0.44% | - |
| XYZ | 7.92 | 12.68 | 2.12 | - |
| YUV | 85.22 | 81.6 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 112 | 3 | 0.43 | 0 | 0.97 | 0.56 | 86.42 | 0.95 | 0.23 |
| Hex | 40 | 70 | 3 | 2B | 0 | 61 | 38 | 56 | 5F | 17 |
| Octal | 100 | 160 | 3 | 53 | 0 | 141 | 70 | 126 | 137 | 27 |
| Binary | 1000000 | 1110000 | 11 | 101011 | 0 | 1100001 | 111000 | 1010110 | 1011111 | 10111 |
Color Harmonies of #407003
Complementary color
Monochromatic Colors of #407003
Black with #407003
Text Example
Text Example
White with #407003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407003; }
p { color: rgb(64,112,3); }
H1.HeaderClassName
{
color: #407003;
}
.AnyTagClassName
{
color: #407003;
}
</style>
background-color css
<style>
a { background-color: #407003; }
a { background-color: rgb(64,112,3); }
div.DivClassName
{
background-color: #407003;
}
.BgClassName
{
background-color: #407003;
}
</style>
border-color css
<style>
span { border-color: #407003; }
span { border-color: rgb(64,112,3); }
td.TdClassName
{
border-color: #407003;
}
.TagClassName
{
border-color: #407003;
}
</style>