Shades of Hunter Green #316E40
Tints of Hunter Green #316E40
RGB
CMYK
RGB Variations
Color information
#316E40 (or 0x316E40) is known color: Hunter Green. HEX triplet: 31, 6E and 40. RGB value is (49,110,64). Sum of RGB (Red+Green+Blue) = 49+110+64=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #316E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316E40 is #CE91BF. Grayscale: #565656. Windows color (decimal): -13537728 or 4222513. OLE color: 4222513.
HSL color Cylindrical-coordinate representation of color #316E40: hue angle of 134.75º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316E40 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 49 | 110 | 64 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.57 |
| HSL | 134.75º | 0.38% | 0.31% | - |
| HSV(B) | 134.75º | 0.55% | 0.43% | - |
| XYZ | 7.77 | 12.17 | 6.79 | - |
| YUV | 86.52 | 115.29 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 110 | 64 | 0.55 | 0 | 0.42 | 0.57 | 134.75 | 0.38 | 0.31 |
| Hex | 31 | 6E | 40 | 37 | 0 | 2A | 39 | 87 | 26 | 1F |
| Octal | 61 | 156 | 100 | 67 | 0 | 52 | 71 | 207 | 46 | 37 |
| Binary | 110001 | 1101110 | 1000000 | 110111 | 0 | 101010 | 111001 | 10000111 | 100110 | 11111 |
Color Harmonies of #316E40
Complementary color
Monochromatic Colors of #316E40
Black with #316E40
Text Example
Text Example
White with #316E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316E40; }
p { color: rgb(49,110,64); }
H1.HeaderClassName
{
color: #316E40;
}
.AnyTagClassName
{
color: #316E40;
}
</style>
background-color css
<style>
a { background-color: #316E40; }
a { background-color: rgb(49,110,64); }
div.DivClassName
{
background-color: #316E40;
}
.BgClassName
{
background-color: #316E40;
}
</style>
border-color css
<style>
span { border-color: #316E40; }
span { border-color: rgb(49,110,64); }
td.TdClassName
{
border-color: #316E40;
}
.TagClassName
{
border-color: #316E40;
}
</style>