Shades of Hunter Green #3F5943
Tints of Hunter Green #3F5943
RGB
CMYK
RGB Variations
Color information
#3F5943 (or 0x3F5943) is known color: Hunter Green. HEX triplet: 3F, 59 and 43. RGB value is (63,89,67). Sum of RGB (Red+Green+Blue) = 63+89+67=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #3F5943 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5943 is #C0A6BC. Grayscale: #4E4E4E. Windows color (decimal): -12625597 or 4413759. OLE color: 4413759.
HSL color Cylindrical-coordinate representation of color #3F5943: hue angle of 129.23º 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 #3F5943 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 89 | 67 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.65 |
| HSL | 129.23º | 0.17% | 0.3% | - |
| HSV(B) | 129.23º | 0.29% | 0.35% | - |
| XYZ | 6.64 | 8.61 | 6.62 | - |
| YUV | 78.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 67 | 0.29 | 0 | 0.25 | 0.65 | 129.23 | 0.17 | 0.3 |
| Hex | 3F | 59 | 43 | 1D | 0 | 19 | 41 | 81 | 11 | 1E |
| Octal | 77 | 131 | 103 | 35 | 0 | 31 | 101 | 201 | 21 | 36 |
| Binary | 111111 | 1011001 | 1000011 | 11101 | 0 | 11001 | 1000001 | 10000001 | 10001 | 11110 |
Color Harmonies of #3F5943
Complementary color
Monochromatic Colors of #3F5943
Black with #3F5943
Text Example
Text Example
White with #3F5943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5943; }
p { color: rgb(63,89,67); }
H1.HeaderClassName
{
color: #3F5943;
}
.AnyTagClassName
{
color: #3F5943;
}
</style>
background-color css
<style>
a { background-color: #3F5943; }
a { background-color: rgb(63,89,67); }
div.DivClassName
{
background-color: #3F5943;
}
.BgClassName
{
background-color: #3F5943;
}
</style>
border-color css
<style>
span { border-color: #3F5943; }
span { border-color: rgb(63,89,67); }
td.TdClassName
{
border-color: #3F5943;
}
.TagClassName
{
border-color: #3F5943;
}
</style>