Shades of Hunter Green #3C523E
Tints of Hunter Green #3C523E
RGB
CMYK
RGB Variations
Color information
#3C523E (or 0x3C523E) is known color: Hunter Green. HEX triplet: 3C, 52 and 3E. RGB value is (60,82,62). Sum of RGB (Red+Green+Blue) = 60+82+62=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 82 - color contains mainly: green. Hex color #3C523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C523E is #C3ADC1. Grayscale: #494949. Windows color (decimal): -12824002 or 4084284. OLE color: 4084284.
HSL color Cylindrical-coordinate representation of color #3C523E: hue angle of 125.45º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C523E is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 82 | 62 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.68 |
| HSL | 125.45º | 0.15% | 0.28% | - |
| HSV(B) | 125.45º | 0.27% | 0.32% | - |
| XYZ | 5.75 | 7.34 | 5.67 | - |
| YUV | 73.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 62 | 0.27 | 0 | 0.24 | 0.68 | 125.45 | 0.15 | 0.28 |
| Hex | 3C | 52 | 3E | 1B | 0 | 18 | 44 | 7D | F | 1C |
| Octal | 74 | 122 | 76 | 33 | 0 | 30 | 104 | 175 | 17 | 34 |
| Binary | 111100 | 1010010 | 111110 | 11011 | 0 | 11000 | 1000100 | 1111101 | 1111 | 11100 |
Color Harmonies of #3C523E
Complementary color
Monochromatic Colors of #3C523E
Black with #3C523E
Text Example
Text Example
White with #3C523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C523E; }
p { color: rgb(60,82,62); }
H1.HeaderClassName
{
color: #3C523E;
}
.AnyTagClassName
{
color: #3C523E;
}
</style>
background-color css
<style>
a { background-color: #3C523E; }
a { background-color: rgb(60,82,62); }
div.DivClassName
{
background-color: #3C523E;
}
.BgClassName
{
background-color: #3C523E;
}
</style>
border-color css
<style>
span { border-color: #3C523E; }
span { border-color: rgb(60,82,62); }
td.TdClassName
{
border-color: #3C523E;
}
.TagClassName
{
border-color: #3C523E;
}
</style>