Shades of Hunter Green #3F5E45
Tints of Hunter Green #3F5E45
RGB
CMYK
RGB Variations
Color information
#3F5E45 (or 0x3F5E45) is known color: Hunter Green. HEX triplet: 3F, 5E and 45. RGB value is (63,94,69). Sum of RGB (Red+Green+Blue) = 63+94+69=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 94 (37.11% from 255 or 41.59% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 94 - color contains mainly: green. Hex color #3F5E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5E45 is #C0A1BA. Grayscale: #515151. Windows color (decimal): -12624315 or 4546111. OLE color: 4546111.
HSL color Cylindrical-coordinate representation of color #3F5E45: hue angle of 131.61º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F5E45 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 63 | 94 | 69 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.63 |
| HSL | 131.61º | 0.2% | 0.31% | - |
| HSV(B) | 131.61º | 0.33% | 0.37% | - |
| XYZ | 7.13 | 9.49 | 7.09 | - |
| YUV | 81.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 94 | 69 | 0.33 | 0 | 0.27 | 0.63 | 131.61 | 0.2 | 0.31 |
| Hex | 3F | 5E | 45 | 21 | 0 | 1B | 3F | 84 | 14 | 1F |
| Octal | 77 | 136 | 105 | 41 | 0 | 33 | 77 | 204 | 24 | 37 |
| Binary | 111111 | 1011110 | 1000101 | 100001 | 0 | 11011 | 111111 | 10000100 | 10100 | 11111 |
Color Harmonies of #3F5E45
Complementary color
Monochromatic Colors of #3F5E45
Black with #3F5E45
Text Example
Text Example
White with #3F5E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5E45; }
p { color: rgb(63,94,69); }
H1.HeaderClassName
{
color: #3F5E45;
}
.AnyTagClassName
{
color: #3F5E45;
}
</style>
background-color css
<style>
a { background-color: #3F5E45; }
a { background-color: rgb(63,94,69); }
div.DivClassName
{
background-color: #3F5E45;
}
.BgClassName
{
background-color: #3F5E45;
}
</style>
border-color css
<style>
span { border-color: #3F5E45; }
span { border-color: rgb(63,94,69); }
td.TdClassName
{
border-color: #3F5E45;
}
.TagClassName
{
border-color: #3F5E45;
}
</style>