Shades of Hunter Green #316A3C
Tints of Hunter Green #316A3C
RGB
CMYK
RGB Variations
Color information
#316A3C (or 0x316A3C) is known color: Hunter Green. HEX triplet: 31, 6A and 3C. RGB value is (49,106,60). Sum of RGB (Red+Green+Blue) = 49+106+60=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 106 (41.80% from 255 or 49.30% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 106 - color contains mainly: green. Hex color #316A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316A3C is #CE95C3. Grayscale: #535353. Windows color (decimal): -13538756 or 3959345. OLE color: 3959345.
HSL color Cylindrical-coordinate representation of color #316A3C: hue angle of 131.58º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #316A3C is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 106 | 60 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.58 |
| HSL | 131.58º | 0.37% | 0.3% | - |
| HSV(B) | 131.58º | 0.54% | 0.42% | - |
| XYZ | 7.24 | 11.29 | 6.07 | - |
| YUV | 83.71 | 114.62 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 60 | 0.54 | 0 | 0.43 | 0.58 | 131.58 | 0.37 | 0.3 |
| Hex | 31 | 6A | 3C | 36 | 0 | 2B | 3A | 84 | 25 | 1E |
| Octal | 61 | 152 | 74 | 66 | 0 | 53 | 72 | 204 | 45 | 36 |
| Binary | 110001 | 1101010 | 111100 | 110110 | 0 | 101011 | 111010 | 10000100 | 100101 | 11110 |
Color Harmonies of #316A3C
Complementary color
Monochromatic Colors of #316A3C
Black with #316A3C
Text Example
Text Example
White with #316A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316A3C; }
p { color: rgb(49,106,60); }
H1.HeaderClassName
{
color: #316A3C;
}
.AnyTagClassName
{
color: #316A3C;
}
</style>
background-color css
<style>
a { background-color: #316A3C; }
a { background-color: rgb(49,106,60); }
div.DivClassName
{
background-color: #316A3C;
}
.BgClassName
{
background-color: #316A3C;
}
</style>
border-color css
<style>
span { border-color: #316A3C; }
span { border-color: rgb(49,106,60); }
td.TdClassName
{
border-color: #316A3C;
}
.TagClassName
{
border-color: #316A3C;
}
</style>