Shades of Hunter Green #3F6844
Tints of Hunter Green #3F6844
RGB
CMYK
RGB Variations
Color information
#3F6844 (or 0x3F6844) is known color: Hunter Green. HEX triplet: 3F, 68 and 44. RGB value is (63,104,68). Sum of RGB (Red+Green+Blue) = 63+104+68=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #3F6844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6844 is #C097BB. Grayscale: #575757. Windows color (decimal): -12621756 or 4483135. OLE color: 4483135.
HSL color Cylindrical-coordinate representation of color #3F6844: hue angle of 127.32º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F6844 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 104 | 68 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.59 |
| HSL | 127.32º | 0.25% | 0.33% | - |
| HSV(B) | 127.32º | 0.39% | 0.41% | - |
| XYZ | 8.04 | 11.37 | 7.24 | - |
| YUV | 87.64 | 116.92 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 68 | 0.39 | 0 | 0.35 | 0.59 | 127.32 | 0.25 | 0.33 |
| Hex | 3F | 68 | 44 | 27 | 0 | 23 | 3B | 7F | 19 | 21 |
| Octal | 77 | 150 | 104 | 47 | 0 | 43 | 73 | 177 | 31 | 41 |
| Binary | 111111 | 1101000 | 1000100 | 100111 | 0 | 100011 | 111011 | 1111111 | 11001 | 100001 |
Color Harmonies of #3F6844
Complementary color
Monochromatic Colors of #3F6844
Black with #3F6844
Text Example
Text Example
White with #3F6844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6844; }
p { color: rgb(63,104,68); }
H1.HeaderClassName
{
color: #3F6844;
}
.AnyTagClassName
{
color: #3F6844;
}
</style>
background-color css
<style>
a { background-color: #3F6844; }
a { background-color: rgb(63,104,68); }
div.DivClassName
{
background-color: #3F6844;
}
.BgClassName
{
background-color: #3F6844;
}
</style>
border-color css
<style>
span { border-color: #3F6844; }
span { border-color: rgb(63,104,68); }
td.TdClassName
{
border-color: #3F6844;
}
.TagClassName
{
border-color: #3F6844;
}
</style>