Shades of Hunter Green #3F6545
Tints of Hunter Green #3F6545
RGB
CMYK
RGB Variations
Color information
#3F6545 (or 0x3F6545) is known color: Hunter Green. HEX triplet: 3F, 65 and 45. RGB value is (63,101,69). Sum of RGB (Red+Green+Blue) = 63+101+69=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 101 - color contains mainly: green. Hex color #3F6545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6545 is #C09ABA. Grayscale: #565656. Windows color (decimal): -12622523 or 4547903. OLE color: 4547903.
HSL color Cylindrical-coordinate representation of color #3F6545: hue angle of 129.47º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F6545 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 101 | 69 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.60 |
| HSL | 129.47º | 0.23% | 0.32% | - |
| HSV(B) | 129.47º | 0.38% | 0.4% | - |
| XYZ | 7.78 | 10.79 | 7.3 | - |
| YUV | 85.99 | 118.41 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 69 | 0.38 | 0 | 0.32 | 0.60 | 129.47 | 0.23 | 0.32 |
| Hex | 3F | 65 | 45 | 26 | 0 | 20 | 3C | 81 | 17 | 20 |
| Octal | 77 | 145 | 105 | 46 | 0 | 40 | 74 | 201 | 27 | 40 |
| Binary | 111111 | 1100101 | 1000101 | 100110 | 0 | 100000 | 111100 | 10000001 | 10111 | 100000 |
Color Harmonies of #3F6545
Complementary color
Monochromatic Colors of #3F6545
Black with #3F6545
Text Example
Text Example
White with #3F6545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6545; }
p { color: rgb(63,101,69); }
H1.HeaderClassName
{
color: #3F6545;
}
.AnyTagClassName
{
color: #3F6545;
}
</style>
background-color css
<style>
a { background-color: #3F6545; }
a { background-color: rgb(63,101,69); }
div.DivClassName
{
background-color: #3F6545;
}
.BgClassName
{
background-color: #3F6545;
}
</style>
border-color css
<style>
span { border-color: #3F6545; }
span { border-color: rgb(63,101,69); }
td.TdClassName
{
border-color: #3F6545;
}
.TagClassName
{
border-color: #3F6545;
}
</style>