Shades of Hunter Green #3F6647
Tints of Hunter Green #3F6647
RGB
CMYK
RGB Variations
Color information
#3F6647 (or 0x3F6647) is known color: Hunter Green. HEX triplet: 3F, 66 and 47. RGB value is (63,102,71). Sum of RGB (Red+Green+Blue) = 63+102+71=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #3F6647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6647 is #C099B8. Grayscale: #565656. Windows color (decimal): -12622265 or 4679231. OLE color: 4679231.
HSL color Cylindrical-coordinate representation of color #3F6647: hue angle of 132.31º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F6647 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 63 | 102 | 71 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.6 |
| HSL | 132.31º | 0.24% | 0.32% | - |
| HSV(B) | 132.31º | 0.38% | 0.4% | - |
| XYZ | 7.94 | 11.01 | 7.67 | - |
| YUV | 86.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 102 | 71 | 0.38 | 0 | 0.30 | 0.6 | 132.31 | 0.24 | 0.32 |
| Hex | 3F | 66 | 47 | 26 | 0 | 1E | 3C | 84 | 18 | 20 |
| Octal | 77 | 146 | 107 | 46 | 0 | 36 | 74 | 204 | 30 | 40 |
| Binary | 111111 | 1100110 | 1000111 | 100110 | 0 | 11110 | 111100 | 10000100 | 11000 | 100000 |
Color Harmonies of #3F6647
Complementary color
Monochromatic Colors of #3F6647
Black with #3F6647
Text Example
Text Example
White with #3F6647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6647; }
p { color: rgb(63,102,71); }
H1.HeaderClassName
{
color: #3F6647;
}
.AnyTagClassName
{
color: #3F6647;
}
</style>
background-color css
<style>
a { background-color: #3F6647; }
a { background-color: rgb(63,102,71); }
div.DivClassName
{
background-color: #3F6647;
}
.BgClassName
{
background-color: #3F6647;
}
</style>
border-color css
<style>
span { border-color: #3F6647; }
span { border-color: rgb(63,102,71); }
td.TdClassName
{
border-color: #3F6647;
}
.TagClassName
{
border-color: #3F6647;
}
</style>