Shades of Verdun Green #3F7102
Tints of Verdun Green #3F7102
RGB
CMYK
RGB Variations
Color information
#3F7102 (or 0x3F7102) is known color: Verdun Green. HEX triplet: 3F, 71 and 02. RGB value is (63,113,2). Sum of RGB (Red+Green+Blue) = 63+113+2=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 113 (44.53% from 255 or 63.48% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 113 - color contains mainly: green. Hex color #3F7102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7102 is #C08EFD. Grayscale: #555555. Windows color (decimal): -12619518 or 160063. OLE color: 160063.
HSL color Cylindrical-coordinate representation of color #3F7102: hue angle of 87.03º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F7102 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 113 | 2 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.56 |
| HSL | 87.03º | 0.97% | 0.23% | - |
| HSV(B) | 87.03º | 0.98% | 0.44% | - |
| XYZ | 7.97 | 12.87 | 2.12 | - |
| YUV | 85.4 | 80.94 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 2 | 0.44 | 0 | 0.98 | 0.56 | 87.03 | 0.97 | 0.23 |
| Hex | 3F | 71 | 2 | 2C | 0 | 62 | 38 | 57 | 61 | 17 |
| Octal | 77 | 161 | 2 | 54 | 0 | 142 | 70 | 127 | 141 | 27 |
| Binary | 111111 | 1110001 | 10 | 101100 | 0 | 1100010 | 111000 | 1010111 | 1100001 | 10111 |
Color Harmonies of #3F7102
Complementary color
Monochromatic Colors of #3F7102
Black with #3F7102
Text Example
Text Example
White with #3F7102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7102; }
p { color: rgb(63,113,2); }
H1.HeaderClassName
{
color: #3F7102;
}
.AnyTagClassName
{
color: #3F7102;
}
</style>
background-color css
<style>
a { background-color: #3F7102; }
a { background-color: rgb(63,113,2); }
div.DivClassName
{
background-color: #3F7102;
}
.BgClassName
{
background-color: #3F7102;
}
</style>
border-color css
<style>
span { border-color: #3F7102; }
span { border-color: rgb(63,113,2); }
td.TdClassName
{
border-color: #3F7102;
}
.TagClassName
{
border-color: #3F7102;
}
</style>