Shades of Hunter Green #3F6641
Tints of Hunter Green #3F6641
RGB
CMYK
RGB Variations
Color information
#3F6641 (or 0x3F6641) is known color: Hunter Green. HEX triplet: 3F, 66 and 41. RGB value is (63,102,65). Sum of RGB (Red+Green+Blue) = 63+102+65=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 102 - color contains mainly: green. Hex color #3F6641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6641 is #C099BE. Grayscale: #565656. Windows color (decimal): -12622271 or 4286015. OLE color: 4286015.
HSL color Cylindrical-coordinate representation of color #3F6641: hue angle of 123.08º 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 #3F6641 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 63 | 102 | 65 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.6 |
| HSL | 123.08º | 0.24% | 0.32% | - |
| HSV(B) | 123.08º | 0.38% | 0.4% | - |
| XYZ | 7.76 | 10.94 | 6.7 | - |
| YUV | 86.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 102 | 65 | 0.38 | 0 | 0.36 | 0.6 | 123.08 | 0.24 | 0.32 |
| Hex | 3F | 66 | 41 | 26 | 0 | 24 | 3C | 7B | 18 | 20 |
| Octal | 77 | 146 | 101 | 46 | 0 | 44 | 74 | 173 | 30 | 40 |
| Binary | 111111 | 1100110 | 1000001 | 100110 | 0 | 100100 | 111100 | 1111011 | 11000 | 100000 |
Color Harmonies of #3F6641
Complementary color
Monochromatic Colors of #3F6641
Black with #3F6641
Text Example
Text Example
White with #3F6641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6641; }
p { color: rgb(63,102,65); }
H1.HeaderClassName
{
color: #3F6641;
}
.AnyTagClassName
{
color: #3F6641;
}
</style>
background-color css
<style>
a { background-color: #3F6641; }
a { background-color: rgb(63,102,65); }
div.DivClassName
{
background-color: #3F6641;
}
.BgClassName
{
background-color: #3F6641;
}
</style>
border-color css
<style>
span { border-color: #3F6641; }
span { border-color: rgb(63,102,65); }
td.TdClassName
{
border-color: #3F6641;
}
.TagClassName
{
border-color: #3F6641;
}
</style>