Shades of Hunter Green #3A523C
Tints of Hunter Green #3A523C
RGB
CMYK
RGB Variations
Color information
#3A523C (or 0x3A523C) is known color: Hunter Green. HEX triplet: 3A, 52 and 3C. RGB value is (58,82,60). Sum of RGB (Red+Green+Blue) = 58+82+60=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 82 - color contains mainly: green. Hex color #3A523C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A523C is #C5ADC3. Grayscale: #484848. Windows color (decimal): -12955076 or 3953210. OLE color: 3953210.
HSL color Cylindrical-coordinate representation of color #3A523C: hue angle of 125º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3A523C is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 82 | 60 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.68 |
| HSL | 125º | 0.17% | 0.27% | - |
| HSV(B) | 125º | 0.29% | 0.32% | - |
| XYZ | 5.58 | 7.26 | 5.38 | - |
| YUV | 72.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 60 | 0.29 | 0 | 0.27 | 0.68 | 125 | 0.17 | 0.27 |
| Hex | 3A | 52 | 3C | 1D | 0 | 1B | 44 | 7D | 11 | 1B |
| Octal | 72 | 122 | 74 | 35 | 0 | 33 | 104 | 175 | 21 | 33 |
| Binary | 111010 | 1010010 | 111100 | 11101 | 0 | 11011 | 1000100 | 1111101 | 10001 | 11011 |
Color Harmonies of #3A523C
Complementary color
Monochromatic Colors of #3A523C
Black with #3A523C
Text Example
Text Example
White with #3A523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A523C; }
p { color: rgb(58,82,60); }
H1.HeaderClassName
{
color: #3A523C;
}
.AnyTagClassName
{
color: #3A523C;
}
</style>
background-color css
<style>
a { background-color: #3A523C; }
a { background-color: rgb(58,82,60); }
div.DivClassName
{
background-color: #3A523C;
}
.BgClassName
{
background-color: #3A523C;
}
</style>
border-color css
<style>
span { border-color: #3A523C; }
span { border-color: rgb(58,82,60); }
td.TdClassName
{
border-color: #3A523C;
}
.TagClassName
{
border-color: #3A523C;
}
</style>