Shades of Hunter Green #316839
Tints of Hunter Green #316839
RGB
CMYK
RGB Variations
Color information
#316839 (or 0x316839) is known color: Hunter Green. HEX triplet: 31, 68 and 39. RGB value is (49,104,57). Sum of RGB (Red+Green+Blue) = 49+104+57=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #316839 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316839 is #CE97C6. Grayscale: #525252. Windows color (decimal): -13539271 or 3762225. OLE color: 3762225.
HSL color Cylindrical-coordinate representation of color #316839: hue angle of 128.73º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316839 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 49 | 104 | 57 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.59 |
| HSL | 128.73º | 0.36% | 0.3% | - |
| HSV(B) | 128.73º | 0.53% | 0.41% | - |
| XYZ | 6.96 | 10.85 | 5.6 | - |
| YUV | 82.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 104 | 57 | 0.53 | 0 | 0.45 | 0.59 | 128.73 | 0.36 | 0.3 |
| Hex | 31 | 68 | 39 | 35 | 0 | 2D | 3B | 81 | 24 | 1E |
| Octal | 61 | 150 | 71 | 65 | 0 | 55 | 73 | 201 | 44 | 36 |
| Binary | 110001 | 1101000 | 111001 | 110101 | 0 | 101101 | 111011 | 10000001 | 100100 | 11110 |
Color Harmonies of #316839
Complementary color
Monochromatic Colors of #316839
Black with #316839
Text Example
Text Example
White with #316839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316839; }
p { color: rgb(49,104,57); }
H1.HeaderClassName
{
color: #316839;
}
.AnyTagClassName
{
color: #316839;
}
</style>
background-color css
<style>
a { background-color: #316839; }
a { background-color: rgb(49,104,57); }
div.DivClassName
{
background-color: #316839;
}
.BgClassName
{
background-color: #316839;
}
</style>
border-color css
<style>
span { border-color: #316839; }
span { border-color: rgb(49,104,57); }
td.TdClassName
{
border-color: #316839;
}
.TagClassName
{
border-color: #316839;
}
</style>