Shades of Hunter Green #3A503C
Tints of Hunter Green #3A503C
RGB
CMYK
RGB Variations
Color information
#3A503C (or 0x3A503C) is known color: Hunter Green. HEX triplet: 3A, 50 and 3C. RGB value is (58,80,60). Sum of RGB (Red+Green+Blue) = 58+80+60=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #3A503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A503C is #C5AFC3. Grayscale: #474747. Windows color (decimal): -12955588 or 3952698. OLE color: 3952698.
HSL color Cylindrical-coordinate representation of color #3A503C: hue angle of 125.45º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3A503C is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 80 | 60 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.69 |
| HSL | 125.45º | 0.16% | 0.27% | - |
| HSV(B) | 125.45º | 0.28% | 0.31% | - |
| XYZ | 5.43 | 6.96 | 5.33 | - |
| YUV | 71.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 60 | 0.28 | 0 | 0.25 | 0.69 | 125.45 | 0.16 | 0.27 |
| Hex | 3A | 50 | 3C | 1C | 0 | 19 | 45 | 7D | 10 | 1B |
| Octal | 72 | 120 | 74 | 34 | 0 | 31 | 105 | 175 | 20 | 33 |
| Binary | 111010 | 1010000 | 111100 | 11100 | 0 | 11001 | 1000101 | 1111101 | 10000 | 11011 |
Color Harmonies of #3A503C
Complementary color
Monochromatic Colors of #3A503C
Black with #3A503C
Text Example
Text Example
White with #3A503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A503C; }
p { color: rgb(58,80,60); }
H1.HeaderClassName
{
color: #3A503C;
}
.AnyTagClassName
{
color: #3A503C;
}
</style>
background-color css
<style>
a { background-color: #3A503C; }
a { background-color: rgb(58,80,60); }
div.DivClassName
{
background-color: #3A503C;
}
.BgClassName
{
background-color: #3A503C;
}
</style>
border-color css
<style>
span { border-color: #3A503C; }
span { border-color: rgb(58,80,60); }
td.TdClassName
{
border-color: #3A503C;
}
.TagClassName
{
border-color: #3A503C;
}
</style>