Shades of Hunter Green #3A553A
Tints of Hunter Green #3A553A
RGB
CMYK
RGB Variations
Color information
#3A553A (or 0x3A553A) is known color: Hunter Green. HEX triplet: 3A, 55 and 3A. RGB value is (58,85,58). Sum of RGB (Red+Green+Blue) = 58+85+58=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #3A553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A553A is #C5AAC5. Grayscale: #494949. Windows color (decimal): -12954310 or 3822906. OLE color: 3822906.
HSL color Cylindrical-coordinate representation of color #3A553A: hue angle of 120º 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 #3A553A is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 85 | 58 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.67 |
| HSL | 120º | 0.19% | 0.28% | - |
| HSV(B) | 120º | 0.32% | 0.33% | - |
| XYZ | 5.76 | 7.7 | 5.19 | - |
| YUV | 73.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 85 | 58 | 0.32 | 0 | 0.32 | 0.67 | 120 | 0.19 | 0.28 |
| Hex | 3A | 55 | 3A | 20 | 0 | 20 | 43 | 78 | 13 | 1C |
| Octal | 72 | 125 | 72 | 40 | 0 | 40 | 103 | 170 | 23 | 34 |
| Binary | 111010 | 1010101 | 111010 | 100000 | 0 | 100000 | 1000011 | 1111000 | 10011 | 11100 |
Color Harmonies of #3A553A
Complementary color
Monochromatic Colors of #3A553A
Black with #3A553A
Text Example
Text Example
White with #3A553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A553A; }
p { color: rgb(58,85,58); }
H1.HeaderClassName
{
color: #3A553A;
}
.AnyTagClassName
{
color: #3A553A;
}
</style>
background-color css
<style>
a { background-color: #3A553A; }
a { background-color: rgb(58,85,58); }
div.DivClassName
{
background-color: #3A553A;
}
.BgClassName
{
background-color: #3A553A;
}
</style>
border-color css
<style>
span { border-color: #3A553A; }
span { border-color: rgb(58,85,58); }
td.TdClassName
{
border-color: #3A553A;
}
.TagClassName
{
border-color: #3A553A;
}
</style>