Shades of Verdun Green #3E7003
Tints of Verdun Green #3E7003
RGB
CMYK
RGB Variations
Color information
#3E7003 (or 0x3E7003) is known color: Verdun Green. HEX triplet: 3E, 70 and 03. RGB value is (62,112,3). Sum of RGB (Red+Green+Blue) = 62+112+3=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #3E7003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7003 is #C18FFC. Grayscale: #555555. Windows color (decimal): -12685309 or 225342. OLE color: 225342.
HSL color Cylindrical-coordinate representation of color #3E7003: hue angle of 87.52º 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 #3E7003 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 112 | 3 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.56 |
| HSL | 87.52º | 0.95% | 0.23% | - |
| HSV(B) | 87.52º | 0.97% | 0.44% | - |
| XYZ | 7.8 | 12.62 | 2.11 | - |
| YUV | 84.62 | 81.94 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 3 | 0.45 | 0 | 0.97 | 0.56 | 87.52 | 0.95 | 0.23 |
| Hex | 3E | 70 | 3 | 2D | 0 | 61 | 38 | 58 | 5F | 17 |
| Octal | 76 | 160 | 3 | 55 | 0 | 141 | 70 | 130 | 137 | 27 |
| Binary | 111110 | 1110000 | 11 | 101101 | 0 | 1100001 | 111000 | 1011000 | 1011111 | 10111 |
Color Harmonies of #3E7003
Complementary color
Monochromatic Colors of #3E7003
Black with #3E7003
Text Example
Text Example
White with #3E7003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7003; }
p { color: rgb(62,112,3); }
H1.HeaderClassName
{
color: #3E7003;
}
.AnyTagClassName
{
color: #3E7003;
}
</style>
background-color css
<style>
a { background-color: #3E7003; }
a { background-color: rgb(62,112,3); }
div.DivClassName
{
background-color: #3E7003;
}
.BgClassName
{
background-color: #3E7003;
}
</style>
border-color css
<style>
span { border-color: #3E7003; }
span { border-color: rgb(62,112,3); }
td.TdClassName
{
border-color: #3E7003;
}
.TagClassName
{
border-color: #3E7003;
}
</style>