Shades of Hunter Green #3A543D
Tints of Hunter Green #3A543D
RGB
CMYK
RGB Variations
Color information
#3A543D (or 0x3A543D) is known color: Hunter Green. HEX triplet: 3A, 54 and 3D. RGB value is (58,84,61). Sum of RGB (Red+Green+Blue) = 58+84+61=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #3A543D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A543D is #C5ABC2. Grayscale: #494949. Windows color (decimal): -12954563 or 4019258. OLE color: 4019258.
HSL color Cylindrical-coordinate representation of color #3A543D: hue angle of 126.92º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A543D is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 84 | 61 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.67 |
| HSL | 126.92º | 0.18% | 0.28% | - |
| HSV(B) | 126.92º | 0.31% | 0.33% | - |
| XYZ | 5.76 | 7.58 | 5.57 | - |
| YUV | 73.6 | 120.89 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 84 | 61 | 0.31 | 0 | 0.27 | 0.67 | 126.92 | 0.18 | 0.28 |
| Hex | 3A | 54 | 3D | 1F | 0 | 1B | 43 | 7F | 12 | 1C |
| Octal | 72 | 124 | 75 | 37 | 0 | 33 | 103 | 177 | 22 | 34 |
| Binary | 111010 | 1010100 | 111101 | 11111 | 0 | 11011 | 1000011 | 1111111 | 10010 | 11100 |
Color Harmonies of #3A543D
Complementary color
Monochromatic Colors of #3A543D
Black with #3A543D
Text Example
Text Example
White with #3A543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A543D; }
p { color: rgb(58,84,61); }
H1.HeaderClassName
{
color: #3A543D;
}
.AnyTagClassName
{
color: #3A543D;
}
</style>
background-color css
<style>
a { background-color: #3A543D; }
a { background-color: rgb(58,84,61); }
div.DivClassName
{
background-color: #3A543D;
}
.BgClassName
{
background-color: #3A543D;
}
</style>
border-color css
<style>
span { border-color: #3A543D; }
span { border-color: rgb(58,84,61); }
td.TdClassName
{
border-color: #3A543D;
}
.TagClassName
{
border-color: #3A543D;
}
</style>