Shades of Hunter Green #3F5141
Tints of Hunter Green #3F5141
RGB
CMYK
RGB Variations
Color information
#3F5141 (or 0x3F5141) is known color: Hunter Green. HEX triplet: 3F, 51 and 41. RGB value is (63,81,65). Sum of RGB (Red+Green+Blue) = 63+81+65=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 81 - color contains mainly: green. Hex color #3F5141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5141 is #C0AEBE. Grayscale: #494949. Windows color (decimal): -12627647 or 4280639. OLE color: 4280639.
HSL color Cylindrical-coordinate representation of color #3F5141: hue angle of 126.67º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F5141 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 81 | 65 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.68 |
| HSL | 126.67º | 0.13% | 0.28% | - |
| HSV(B) | 126.67º | 0.22% | 0.32% | - |
| XYZ | 5.95 | 7.32 | 6.1 | - |
| YUV | 73.79 | 123.04 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 81 | 65 | 0.22 | 0 | 0.20 | 0.68 | 126.67 | 0.13 | 0.28 |
| Hex | 3F | 51 | 41 | 16 | 0 | 14 | 44 | 7F | C | 1C |
| Octal | 77 | 121 | 101 | 26 | 0 | 24 | 104 | 177 | 14 | 34 |
| Binary | 111111 | 1010001 | 1000001 | 10110 | 0 | 10100 | 1000100 | 1111111 | 1100 | 11100 |
Color Harmonies of #3F5141
Complementary color
Monochromatic Colors of #3F5141
Black with #3F5141
Text Example
Text Example
White with #3F5141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5141; }
p { color: rgb(63,81,65); }
H1.HeaderClassName
{
color: #3F5141;
}
.AnyTagClassName
{
color: #3F5141;
}
</style>
background-color css
<style>
a { background-color: #3F5141; }
a { background-color: rgb(63,81,65); }
div.DivClassName
{
background-color: #3F5141;
}
.BgClassName
{
background-color: #3F5141;
}
</style>
border-color css
<style>
span { border-color: #3F5141; }
span { border-color: rgb(63,81,65); }
td.TdClassName
{
border-color: #3F5141;
}
.TagClassName
{
border-color: #3F5141;
}
</style>