Shades of Hunter Green #3B543E
Tints of Hunter Green #3B543E
RGB
CMYK
RGB Variations
Color information
#3B543E (or 0x3B543E) is known color: Hunter Green. HEX triplet: 3B, 54 and 3E. RGB value is (59,84,62). Sum of RGB (Red+Green+Blue) = 59+84+62=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #3B543E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B543E is #C4ABC1. Grayscale: #4A4A4A. Windows color (decimal): -12889026 or 4084795. OLE color: 4084795.
HSL color Cylindrical-coordinate representation of color #3B543E: hue angle of 127.2º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3B543E is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 84 | 62 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.67 |
| HSL | 127.2º | 0.17% | 0.28% | - |
| HSV(B) | 127.2º | 0.3% | 0.33% | - |
| XYZ | 5.84 | 7.62 | 5.72 | - |
| YUV | 74.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 84 | 62 | 0.30 | 0 | 0.26 | 0.67 | 127.2 | 0.17 | 0.28 |
| Hex | 3B | 54 | 3E | 1E | 0 | 1A | 43 | 7F | 11 | 1C |
| Octal | 73 | 124 | 76 | 36 | 0 | 32 | 103 | 177 | 21 | 34 |
| Binary | 111011 | 1010100 | 111110 | 11110 | 0 | 11010 | 1000011 | 1111111 | 10001 | 11100 |
Color Harmonies of #3B543E
Complementary color
Monochromatic Colors of #3B543E
Black with #3B543E
Text Example
Text Example
White with #3B543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B543E; }
p { color: rgb(59,84,62); }
H1.HeaderClassName
{
color: #3B543E;
}
.AnyTagClassName
{
color: #3B543E;
}
</style>
background-color css
<style>
a { background-color: #3B543E; }
a { background-color: rgb(59,84,62); }
div.DivClassName
{
background-color: #3B543E;
}
.BgClassName
{
background-color: #3B543E;
}
</style>
border-color css
<style>
span { border-color: #3B543E; }
span { border-color: rgb(59,84,62); }
td.TdClassName
{
border-color: #3B543E;
}
.TagClassName
{
border-color: #3B543E;
}
</style>