Shades of Hunter Green #3B543D
Tints of Hunter Green #3B543D
RGB
CMYK
RGB Variations
Color information
#3B543D (or 0x3B543D) is known color: Hunter Green. HEX triplet: 3B, 54 and 3D. RGB value is (59,84,61). Sum of RGB (Red+Green+Blue) = 59+84+61=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #3B543D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B543D is #C4ABC2. Grayscale: #494949. Windows color (decimal): -12889027 or 4019259. OLE color: 4019259.
HSL color Cylindrical-coordinate representation of color #3B543D: hue angle of 124.8º 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 #3B543D is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 84 | 61 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.67 |
| HSL | 124.8º | 0.17% | 0.28% | - |
| HSV(B) | 124.8º | 0.3% | 0.33% | - |
| XYZ | 5.82 | 7.61 | 5.58 | - |
| YUV | 73.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 84 | 61 | 0.30 | 0 | 0.27 | 0.67 | 124.8 | 0.17 | 0.28 |
| Hex | 3B | 54 | 3D | 1E | 0 | 1B | 43 | 7D | 11 | 1C |
| Octal | 73 | 124 | 75 | 36 | 0 | 33 | 103 | 175 | 21 | 34 |
| Binary | 111011 | 1010100 | 111101 | 11110 | 0 | 11011 | 1000011 | 1111101 | 10001 | 11100 |
Color Harmonies of #3B543D
Complementary color
Monochromatic Colors of #3B543D
Black with #3B543D
Text Example
Text Example
White with #3B543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B543D; }
p { color: rgb(59,84,61); }
H1.HeaderClassName
{
color: #3B543D;
}
.AnyTagClassName
{
color: #3B543D;
}
</style>
background-color css
<style>
a { background-color: #3B543D; }
a { background-color: rgb(59,84,61); }
div.DivClassName
{
background-color: #3B543D;
}
.BgClassName
{
background-color: #3B543D;
}
</style>
border-color css
<style>
span { border-color: #3B543D; }
span { border-color: rgb(59,84,61); }
td.TdClassName
{
border-color: #3B543D;
}
.TagClassName
{
border-color: #3B543D;
}
</style>