Shades of Hunter Green #3A533D
Tints of Hunter Green #3A533D
RGB
CMYK
RGB Variations
Color information
#3A533D (or 0x3A533D) is known color: Hunter Green. HEX triplet: 3A, 53 and 3D. RGB value is (58,83,61). Sum of RGB (Red+Green+Blue) = 58+83+61=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #3A533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A533D is #C5ACC2. Grayscale: #494949. Windows color (decimal): -12954819 or 4019002. OLE color: 4019002.
HSL color Cylindrical-coordinate representation of color #3A533D: hue angle of 127.2º 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 #3A533D is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 83 | 61 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.67 |
| HSL | 127.2º | 0.18% | 0.28% | - |
| HSV(B) | 127.2º | 0.3% | 0.33% | - |
| XYZ | 5.68 | 7.42 | 5.55 | - |
| YUV | 73.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 83 | 61 | 0.30 | 0 | 0.27 | 0.67 | 127.2 | 0.18 | 0.28 |
| Hex | 3A | 53 | 3D | 1E | 0 | 1B | 43 | 7F | 12 | 1C |
| Octal | 72 | 123 | 75 | 36 | 0 | 33 | 103 | 177 | 22 | 34 |
| Binary | 111010 | 1010011 | 111101 | 11110 | 0 | 11011 | 1000011 | 1111111 | 10010 | 11100 |
Color Harmonies of #3A533D
Complementary color
Monochromatic Colors of #3A533D
Black with #3A533D
Text Example
Text Example
White with #3A533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A533D; }
p { color: rgb(58,83,61); }
H1.HeaderClassName
{
color: #3A533D;
}
.AnyTagClassName
{
color: #3A533D;
}
</style>
background-color css
<style>
a { background-color: #3A533D; }
a { background-color: rgb(58,83,61); }
div.DivClassName
{
background-color: #3A533D;
}
.BgClassName
{
background-color: #3A533D;
}
</style>
border-color css
<style>
span { border-color: #3A533D; }
span { border-color: rgb(58,83,61); }
td.TdClassName
{
border-color: #3A533D;
}
.TagClassName
{
border-color: #3A533D;
}
</style>