Shades of Verdun Green #3F7002
Tints of Verdun Green #3F7002
RGB
CMYK
RGB Variations
Color information
#3F7002 (or 0x3F7002) is known color: Verdun Green. HEX triplet: 3F, 70 and 02. RGB value is (63,112,2). Sum of RGB (Red+Green+Blue) = 63+112+2=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #3F7002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7002 is #C08FFD. Grayscale: #555555. Windows color (decimal): -12619774 or 159807. OLE color: 159807.
HSL color Cylindrical-coordinate representation of color #3F7002: hue angle of 86.73º 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 #3F7002 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 112 | 2 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.56 |
| HSL | 86.73º | 0.96% | 0.22% | - |
| HSV(B) | 86.73º | 0.98% | 0.44% | - |
| XYZ | 7.86 | 12.65 | 2.09 | - |
| YUV | 84.81 | 81.27 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 2 | 0.44 | 0 | 0.98 | 0.56 | 86.73 | 0.96 | 0.22 |
| Hex | 3F | 70 | 2 | 2C | 0 | 62 | 38 | 57 | 60 | 16 |
| Octal | 77 | 160 | 2 | 54 | 0 | 142 | 70 | 127 | 140 | 26 |
| Binary | 111111 | 1110000 | 10 | 101100 | 0 | 1100010 | 111000 | 1010111 | 1100000 | 10110 |
Color Harmonies of #3F7002
Complementary color
Monochromatic Colors of #3F7002
Black with #3F7002
Text Example
Text Example
White with #3F7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7002; }
p { color: rgb(63,112,2); }
H1.HeaderClassName
{
color: #3F7002;
}
.AnyTagClassName
{
color: #3F7002;
}
</style>
background-color css
<style>
a { background-color: #3F7002; }
a { background-color: rgb(63,112,2); }
div.DivClassName
{
background-color: #3F7002;
}
.BgClassName
{
background-color: #3F7002;
}
</style>
border-color css
<style>
span { border-color: #3F7002; }
span { border-color: rgb(63,112,2); }
td.TdClassName
{
border-color: #3F7002;
}
.TagClassName
{
border-color: #3F7002;
}
</style>