Shades of Verdun Green #3F7202
Tints of Verdun Green #3F7202
RGB
CMYK
RGB Variations
Color information
#3F7202 (or 0x3F7202) is known color: Verdun Green. HEX triplet: 3F, 72 and 02. RGB value is (63,114,2). Sum of RGB (Red+Green+Blue) = 63+114+2=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 114 (44.92% from 255 or 63.69% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 114 - color contains mainly: green. Hex color #3F7202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7202 is #C08DFD. Grayscale: #565656. Windows color (decimal): -12619262 or 160319. OLE color: 160319.
HSL color Cylindrical-coordinate representation of color #3F7202: hue angle of 87.32º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F7202 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 114 | 2 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.55 |
| HSL | 87.32º | 0.97% | 0.23% | - |
| HSV(B) | 87.32º | 0.98% | 0.45% | - |
| XYZ | 8.08 | 13.1 | 2.16 | - |
| YUV | 85.98 | 80.6 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 114 | 2 | 0.45 | 0 | 0.98 | 0.55 | 87.32 | 0.97 | 0.23 |
| Hex | 3F | 72 | 2 | 2D | 0 | 62 | 37 | 57 | 61 | 17 |
| Octal | 77 | 162 | 2 | 55 | 0 | 142 | 67 | 127 | 141 | 27 |
| Binary | 111111 | 1110010 | 10 | 101101 | 0 | 1100010 | 110111 | 1010111 | 1100001 | 10111 |
Color Harmonies of #3F7202
Complementary color
Monochromatic Colors of #3F7202
Black with #3F7202
Text Example
Text Example
White with #3F7202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7202; }
p { color: rgb(63,114,2); }
H1.HeaderClassName
{
color: #3F7202;
}
.AnyTagClassName
{
color: #3F7202;
}
</style>
background-color css
<style>
a { background-color: #3F7202; }
a { background-color: rgb(63,114,2); }
div.DivClassName
{
background-color: #3F7202;
}
.BgClassName
{
background-color: #3F7202;
}
</style>
border-color css
<style>
span { border-color: #3F7202; }
span { border-color: rgb(63,114,2); }
td.TdClassName
{
border-color: #3F7202;
}
.TagClassName
{
border-color: #3F7202;
}
</style>