Shades of Hunter Green #3A533C
Tints of Hunter Green #3A533C
RGB
CMYK
RGB Variations
Color information
#3A533C (or 0x3A533C) is known color: Hunter Green. HEX triplet: 3A, 53 and 3C. RGB value is (58,83,60). Sum of RGB (Red+Green+Blue) = 58+83+60=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #3A533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A533C is #C5ACC3. Grayscale: #484848. Windows color (decimal): -12954820 or 3953466. OLE color: 3953466.
HSL color Cylindrical-coordinate representation of color #3A533C: hue angle of 124.8º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A533C is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 83 | 60 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.67 |
| HSL | 124.8º | 0.18% | 0.28% | - |
| HSV(B) | 124.8º | 0.3% | 0.33% | - |
| XYZ | 5.65 | 7.41 | 5.41 | - |
| YUV | 72.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 83 | 60 | 0.30 | 0 | 0.28 | 0.67 | 124.8 | 0.18 | 0.28 |
| Hex | 3A | 53 | 3C | 1E | 0 | 1C | 43 | 7D | 12 | 1C |
| Octal | 72 | 123 | 74 | 36 | 0 | 34 | 103 | 175 | 22 | 34 |
| Binary | 111010 | 1010011 | 111100 | 11110 | 0 | 11100 | 1000011 | 1111101 | 10010 | 11100 |
Color Harmonies of #3A533C
Complementary color
Monochromatic Colors of #3A533C
Black with #3A533C
Text Example
Text Example
White with #3A533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A533C; }
p { color: rgb(58,83,60); }
H1.HeaderClassName
{
color: #3A533C;
}
.AnyTagClassName
{
color: #3A533C;
}
</style>
background-color css
<style>
a { background-color: #3A533C; }
a { background-color: rgb(58,83,60); }
div.DivClassName
{
background-color: #3A533C;
}
.BgClassName
{
background-color: #3A533C;
}
</style>
border-color css
<style>
span { border-color: #3A533C; }
span { border-color: rgb(58,83,60); }
td.TdClassName
{
border-color: #3A533C;
}
.TagClassName
{
border-color: #3A533C;
}
</style>