Shades of Hunter Green #3A543C
Tints of Hunter Green #3A543C
RGB
CMYK
RGB Variations
Color information
#3A543C (or 0x3A543C) is known color: Hunter Green. HEX triplet: 3A, 54 and 3C. RGB value is (58,84,60). Sum of RGB (Red+Green+Blue) = 58+84+60=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #3A543C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A543C is #C5ABC3. Grayscale: #494949. Windows color (decimal): -12954564 or 3953722. OLE color: 3953722.
HSL color Cylindrical-coordinate representation of color #3A543C: hue angle of 124.62º 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 #3A543C is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 84 | 60 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.67 |
| HSL | 124.62º | 0.18% | 0.28% | - |
| HSV(B) | 124.62º | 0.31% | 0.33% | - |
| XYZ | 5.73 | 7.57 | 5.43 | - |
| YUV | 73.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 84 | 60 | 0.31 | 0 | 0.29 | 0.67 | 124.62 | 0.18 | 0.28 |
| Hex | 3A | 54 | 3C | 1F | 0 | 1D | 43 | 7D | 12 | 1C |
| Octal | 72 | 124 | 74 | 37 | 0 | 35 | 103 | 175 | 22 | 34 |
| Binary | 111010 | 1010100 | 111100 | 11111 | 0 | 11101 | 1000011 | 1111101 | 10010 | 11100 |
Color Harmonies of #3A543C
Complementary color
Monochromatic Colors of #3A543C
Black with #3A543C
Text Example
Text Example
White with #3A543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A543C; }
p { color: rgb(58,84,60); }
H1.HeaderClassName
{
color: #3A543C;
}
.AnyTagClassName
{
color: #3A543C;
}
</style>
background-color css
<style>
a { background-color: #3A543C; }
a { background-color: rgb(58,84,60); }
div.DivClassName
{
background-color: #3A543C;
}
.BgClassName
{
background-color: #3A543C;
}
</style>
border-color css
<style>
span { border-color: #3A543C; }
span { border-color: rgb(58,84,60); }
td.TdClassName
{
border-color: #3A543C;
}
.TagClassName
{
border-color: #3A543C;
}
</style>