Shades of Hunter Green #315839
Tints of Hunter Green #315839
RGB
CMYK
RGB Variations
Color information
#315839 (or 0x315839) is known color: Hunter Green. HEX triplet: 31, 58 and 39. RGB value is (49,88,57). Sum of RGB (Red+Green+Blue) = 49+88+57=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #315839 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315839 is #CEA7C6. Grayscale: #484848. Windows color (decimal): -13543367 or 3758129. OLE color: 3758129.
HSL color Cylindrical-coordinate representation of color #315839: hue angle of 132.31º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315839 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 88 | 57 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.65 |
| HSL | 132.31º | 0.28% | 0.27% | - |
| HSV(B) | 132.31º | 0.44% | 0.35% | - |
| XYZ | 5.49 | 7.93 | 5.11 | - |
| YUV | 72.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 88 | 57 | 0.44 | 0 | 0.35 | 0.65 | 132.31 | 0.28 | 0.27 |
| Hex | 31 | 58 | 39 | 2C | 0 | 23 | 41 | 84 | 1C | 1B |
| Octal | 61 | 130 | 71 | 54 | 0 | 43 | 101 | 204 | 34 | 33 |
| Binary | 110001 | 1011000 | 111001 | 101100 | 0 | 100011 | 1000001 | 10000100 | 11100 | 11011 |
Color Harmonies of #315839
Complementary color
Monochromatic Colors of #315839
Black with #315839
Text Example
Text Example
White with #315839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315839; }
p { color: rgb(49,88,57); }
H1.HeaderClassName
{
color: #315839;
}
.AnyTagClassName
{
color: #315839;
}
</style>
background-color css
<style>
a { background-color: #315839; }
a { background-color: rgb(49,88,57); }
div.DivClassName
{
background-color: #315839;
}
.BgClassName
{
background-color: #315839;
}
</style>
border-color css
<style>
span { border-color: #315839; }
span { border-color: rgb(49,88,57); }
td.TdClassName
{
border-color: #315839;
}
.TagClassName
{
border-color: #315839;
}
</style>