Shades of Hunter Green #3A513B
Tints of Hunter Green #3A513B
RGB
CMYK
RGB Variations
Color information
#3A513B (or 0x3A513B) is known color: Hunter Green. HEX triplet: 3A, 51 and 3B. RGB value is (58,81,59). Sum of RGB (Red+Green+Blue) = 58+81+59=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 81 - color contains mainly: green. Hex color #3A513B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A513B is #C5AEC4. Grayscale: #474747. Windows color (decimal): -12955333 or 3887418. OLE color: 3887418.
HSL color Cylindrical-coordinate representation of color #3A513B: hue angle of 122.61º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A513B is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 81 | 59 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.68 |
| HSL | 122.61º | 0.17% | 0.27% | - |
| HSV(B) | 122.61º | 0.28% | 0.32% | - |
| XYZ | 5.48 | 7.1 | 5.22 | - |
| YUV | 71.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 81 | 59 | 0.28 | 0 | 0.27 | 0.68 | 122.61 | 0.17 | 0.27 |
| Hex | 3A | 51 | 3B | 1C | 0 | 1B | 44 | 7B | 11 | 1B |
| Octal | 72 | 121 | 73 | 34 | 0 | 33 | 104 | 173 | 21 | 33 |
| Binary | 111010 | 1010001 | 111011 | 11100 | 0 | 11011 | 1000100 | 1111011 | 10001 | 11011 |
Color Harmonies of #3A513B
Complementary color
Monochromatic Colors of #3A513B
Black with #3A513B
Text Example
Text Example
White with #3A513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A513B; }
p { color: rgb(58,81,59); }
H1.HeaderClassName
{
color: #3A513B;
}
.AnyTagClassName
{
color: #3A513B;
}
</style>
background-color css
<style>
a { background-color: #3A513B; }
a { background-color: rgb(58,81,59); }
div.DivClassName
{
background-color: #3A513B;
}
.BgClassName
{
background-color: #3A513B;
}
</style>
border-color css
<style>
span { border-color: #3A513B; }
span { border-color: rgb(58,81,59); }
td.TdClassName
{
border-color: #3A513B;
}
.TagClassName
{
border-color: #3A513B;
}
</style>