Shades of Hunter Green #3A533B
Tints of Hunter Green #3A533B
RGB
CMYK
RGB Variations
Color information
#3A533B (or 0x3A533B) is known color: Hunter Green. HEX triplet: 3A, 53 and 3B. RGB value is (58,83,59). Sum of RGB (Red+Green+Blue) = 58+83+59=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #3A533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A533B is #C5ACC4. Grayscale: #484848. Windows color (decimal): -12954821 or 3887930. OLE color: 3887930.
HSL color Cylindrical-coordinate representation of color #3A533B: hue angle of 122.4º 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 #3A533B is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 83 | 59 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.67 |
| HSL | 122.4º | 0.18% | 0.28% | - |
| HSV(B) | 122.4º | 0.3% | 0.33% | - |
| XYZ | 5.63 | 7.4 | 5.27 | - |
| YUV | 72.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 83 | 59 | 0.30 | 0 | 0.29 | 0.67 | 122.4 | 0.18 | 0.28 |
| Hex | 3A | 53 | 3B | 1E | 0 | 1D | 43 | 7A | 12 | 1C |
| Octal | 72 | 123 | 73 | 36 | 0 | 35 | 103 | 172 | 22 | 34 |
| Binary | 111010 | 1010011 | 111011 | 11110 | 0 | 11101 | 1000011 | 1111010 | 10010 | 11100 |
Color Harmonies of #3A533B
Complementary color
Monochromatic Colors of #3A533B
Black with #3A533B
Text Example
Text Example
White with #3A533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A533B; }
p { color: rgb(58,83,59); }
H1.HeaderClassName
{
color: #3A533B;
}
.AnyTagClassName
{
color: #3A533B;
}
</style>
background-color css
<style>
a { background-color: #3A533B; }
a { background-color: rgb(58,83,59); }
div.DivClassName
{
background-color: #3A533B;
}
.BgClassName
{
background-color: #3A533B;
}
</style>
border-color css
<style>
span { border-color: #3A533B; }
span { border-color: rgb(58,83,59); }
td.TdClassName
{
border-color: #3A533B;
}
.TagClassName
{
border-color: #3A533B;
}
</style>