Shades of Hunter Green #3F6745
Tints of Hunter Green #3F6745
RGB
CMYK
RGB Variations
Color information
#3F6745 (or 0x3F6745) is known color: Hunter Green. HEX triplet: 3F, 67 and 45. RGB value is (63,103,69). Sum of RGB (Red+Green+Blue) = 63+103+69=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 103 - color contains mainly: green. Hex color #3F6745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6745 is #C098BA. Grayscale: #575757. Windows color (decimal): -12622011 or 4548415. OLE color: 4548415.
HSL color Cylindrical-coordinate representation of color #3F6745: hue angle of 129º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F6745 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 103 | 69 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.60 |
| HSL | 129º | 0.24% | 0.33% | - |
| HSV(B) | 129º | 0.39% | 0.4% | - |
| XYZ | 7.97 | 11.19 | 7.37 | - |
| YUV | 87.16 | 117.75 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 69 | 0.39 | 0 | 0.33 | 0.60 | 129 | 0.24 | 0.33 |
| Hex | 3F | 67 | 45 | 27 | 0 | 21 | 3C | 81 | 18 | 21 |
| Octal | 77 | 147 | 105 | 47 | 0 | 41 | 74 | 201 | 30 | 41 |
| Binary | 111111 | 1100111 | 1000101 | 100111 | 0 | 100001 | 111100 | 10000001 | 11000 | 100001 |
Color Harmonies of #3F6745
Complementary color
Monochromatic Colors of #3F6745
Black with #3F6745
Text Example
Text Example
White with #3F6745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6745; }
p { color: rgb(63,103,69); }
H1.HeaderClassName
{
color: #3F6745;
}
.AnyTagClassName
{
color: #3F6745;
}
</style>
background-color css
<style>
a { background-color: #3F6745; }
a { background-color: rgb(63,103,69); }
div.DivClassName
{
background-color: #3F6745;
}
.BgClassName
{
background-color: #3F6745;
}
</style>
border-color css
<style>
span { border-color: #3F6745; }
span { border-color: rgb(63,103,69); }
td.TdClassName
{
border-color: #3F6745;
}
.TagClassName
{
border-color: #3F6745;
}
</style>