Shades of Hunter Green #3F6940
Tints of Hunter Green #3F6940
RGB
CMYK
RGB Variations
Color information
#3F6940 (or 0x3F6940) is known color: Hunter Green. HEX triplet: 3F, 69 and 40. RGB value is (63,105,64). Sum of RGB (Red+Green+Blue) = 63+105+64=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6940 is #C096BF. Grayscale: #575757. Windows color (decimal): -12621504 or 4221247. OLE color: 4221247.
HSL color Cylindrical-coordinate representation of color #3F6940: hue angle of 121.43º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F6940 is Cyan = 0.4, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 105 | 64 | - |
| CMYK | 0.4 | 0 | 0.39 | 0.59 |
| HSL | 121.43º | 0.25% | 0.33% | - |
| HSV(B) | 121.43º | 0.4% | 0.41% | - |
| XYZ | 8.03 | 11.53 | 6.65 | - |
| YUV | 87.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 64 | 0.4 | 0 | 0.39 | 0.59 | 121.43 | 0.25 | 0.33 |
| Hex | 3F | 69 | 40 | 28 | 0 | 27 | 3B | 79 | 19 | 21 |
| Octal | 77 | 151 | 100 | 50 | 0 | 47 | 73 | 171 | 31 | 41 |
| Binary | 111111 | 1101001 | 1000000 | 101000 | 0 | 100111 | 111011 | 1111001 | 11001 | 100001 |
Color Harmonies of #3F6940
Complementary color
Monochromatic Colors of #3F6940
Black with #3F6940
Text Example
Text Example
White with #3F6940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6940; }
p { color: rgb(63,105,64); }
H1.HeaderClassName
{
color: #3F6940;
}
.AnyTagClassName
{
color: #3F6940;
}
</style>
background-color css
<style>
a { background-color: #3F6940; }
a { background-color: rgb(63,105,64); }
div.DivClassName
{
background-color: #3F6940;
}
.BgClassName
{
background-color: #3F6940;
}
</style>
border-color css
<style>
span { border-color: #3F6940; }
span { border-color: rgb(63,105,64); }
td.TdClassName
{
border-color: #3F6940;
}
.TagClassName
{
border-color: #3F6940;
}
</style>