Shades of Hunter Green #3B6740
Tints of Hunter Green #3B6740
RGB
CMYK
RGB Variations
Color information
#3B6740 (or 0x3B6740) is known color: Hunter Green. HEX triplet: 3B, 67 and 40. RGB value is (59,103,64). Sum of RGB (Red+Green+Blue) = 59+103+64=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 103 - color contains mainly: green. Hex color #3B6740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6740 is #C498BF. Grayscale: #555555. Windows color (decimal): -12884160 or 4220731. OLE color: 4220731.
HSL color Cylindrical-coordinate representation of color #3B6740: hue angle of 126.82º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B6740 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 59 | 103 | 64 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.60 |
| HSL | 126.82º | 0.27% | 0.32% | - |
| HSV(B) | 126.82º | 0.43% | 0.4% | - |
| XYZ | 7.58 | 11 | 6.57 | - |
| YUV | 85.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 103 | 64 | 0.43 | 0 | 0.38 | 0.60 | 126.82 | 0.27 | 0.32 |
| Hex | 3B | 67 | 40 | 2B | 0 | 26 | 3C | 7F | 1B | 20 |
| Octal | 73 | 147 | 100 | 53 | 0 | 46 | 74 | 177 | 33 | 40 |
| Binary | 111011 | 1100111 | 1000000 | 101011 | 0 | 100110 | 111100 | 1111111 | 11011 | 100000 |
Color Harmonies of #3B6740
Complementary color
Monochromatic Colors of #3B6740
Black with #3B6740
Text Example
Text Example
White with #3B6740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6740; }
p { color: rgb(59,103,64); }
H1.HeaderClassName
{
color: #3B6740;
}
.AnyTagClassName
{
color: #3B6740;
}
</style>
background-color css
<style>
a { background-color: #3B6740; }
a { background-color: rgb(59,103,64); }
div.DivClassName
{
background-color: #3B6740;
}
.BgClassName
{
background-color: #3B6740;
}
</style>
border-color css
<style>
span { border-color: #3B6740; }
span { border-color: rgb(59,103,64); }
td.TdClassName
{
border-color: #3B6740;
}
.TagClassName
{
border-color: #3B6740;
}
</style>