Shades of Hunter Green #3F5944
Tints of Hunter Green #3F5944
RGB
CMYK
RGB Variations
Color information
#3F5944 (or 0x3F5944) is known color: Hunter Green. HEX triplet: 3F, 59 and 44. RGB value is (63,89,68). Sum of RGB (Red+Green+Blue) = 63+89+68=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 89 - color contains mainly: green. Hex color #3F5944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5944 is #C0A6BB. Grayscale: #4E4E4E. Windows color (decimal): -12625596 or 4479295. OLE color: 4479295.
HSL color Cylindrical-coordinate representation of color #3F5944: hue angle of 131.54º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F5944 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 89 | 68 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.65 |
| HSL | 131.54º | 0.17% | 0.3% | - |
| HSV(B) | 131.54º | 0.29% | 0.35% | - |
| XYZ | 6.67 | 8.62 | 6.78 | - |
| YUV | 78.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 68 | 0.29 | 0 | 0.24 | 0.65 | 131.54 | 0.17 | 0.3 |
| Hex | 3F | 59 | 44 | 1D | 0 | 18 | 41 | 84 | 11 | 1E |
| Octal | 77 | 131 | 104 | 35 | 0 | 30 | 101 | 204 | 21 | 36 |
| Binary | 111111 | 1011001 | 1000100 | 11101 | 0 | 11000 | 1000001 | 10000100 | 10001 | 11110 |
Color Harmonies of #3F5944
Complementary color
Monochromatic Colors of #3F5944
Black with #3F5944
Text Example
Text Example
White with #3F5944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5944; }
p { color: rgb(63,89,68); }
H1.HeaderClassName
{
color: #3F5944;
}
.AnyTagClassName
{
color: #3F5944;
}
</style>
background-color css
<style>
a { background-color: #3F5944; }
a { background-color: rgb(63,89,68); }
div.DivClassName
{
background-color: #3F5944;
}
.BgClassName
{
background-color: #3F5944;
}
</style>
border-color css
<style>
span { border-color: #3F5944; }
span { border-color: rgb(63,89,68); }
td.TdClassName
{
border-color: #3F5944;
}
.TagClassName
{
border-color: #3F5944;
}
</style>