Shades of Hunter Green #3A553B
Tints of Hunter Green #3A553B
RGB
CMYK
RGB Variations
Color information
#3A553B (or 0x3A553B) is known color: Hunter Green. HEX triplet: 3A, 55 and 3B. RGB value is (58,85,59). Sum of RGB (Red+Green+Blue) = 58+85+59=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #3A553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A553B is #C5AAC4. Grayscale: #4A4A4A. Windows color (decimal): -12954309 or 3888442. OLE color: 3888442.
HSL color Cylindrical-coordinate representation of color #3A553B: hue angle of 122.22º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A553B is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 85 | 59 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.67 |
| HSL | 122.22º | 0.19% | 0.28% | - |
| HSV(B) | 122.22º | 0.32% | 0.33% | - |
| XYZ | 5.78 | 7.71 | 5.32 | - |
| YUV | 73.96 | 119.55 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 85 | 59 | 0.32 | 0 | 0.31 | 0.67 | 122.22 | 0.19 | 0.28 |
| Hex | 3A | 55 | 3B | 20 | 0 | 1F | 43 | 7A | 13 | 1C |
| Octal | 72 | 125 | 73 | 40 | 0 | 37 | 103 | 172 | 23 | 34 |
| Binary | 111010 | 1010101 | 111011 | 100000 | 0 | 11111 | 1000011 | 1111010 | 10011 | 11100 |
Color Harmonies of #3A553B
Complementary color
Monochromatic Colors of #3A553B
Black with #3A553B
Text Example
Text Example
White with #3A553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A553B; }
p { color: rgb(58,85,59); }
H1.HeaderClassName
{
color: #3A553B;
}
.AnyTagClassName
{
color: #3A553B;
}
</style>
background-color css
<style>
a { background-color: #3A553B; }
a { background-color: rgb(58,85,59); }
div.DivClassName
{
background-color: #3A553B;
}
.BgClassName
{
background-color: #3A553B;
}
</style>
border-color css
<style>
span { border-color: #3A553B; }
span { border-color: rgb(58,85,59); }
td.TdClassName
{
border-color: #3A553B;
}
.TagClassName
{
border-color: #3A553B;
}
</style>