Shades of Hunter Green #316B3B
Tints of Hunter Green #316B3B
RGB
CMYK
RGB Variations
Color information
#316B3B (or 0x316B3B) is known color: Hunter Green. HEX triplet: 31, 6B and 3B. RGB value is (49,107,59). Sum of RGB (Red+Green+Blue) = 49+107+59=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 107 (42.19% from 255 or 49.77% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 107 - color contains mainly: green. Hex color #316B3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316B3B is #CE94C4. Grayscale: #545454. Windows color (decimal): -13538501 or 3894065. OLE color: 3894065.
HSL color Cylindrical-coordinate representation of color #316B3B: hue angle of 130.34º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #316B3B is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 107 | 59 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.58 |
| HSL | 130.34º | 0.37% | 0.31% | - |
| HSV(B) | 130.34º | 0.54% | 0.42% | - |
| XYZ | 7.31 | 11.48 | 5.97 | - |
| YUV | 84.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 107 | 59 | 0.54 | 0 | 0.45 | 0.58 | 130.34 | 0.37 | 0.31 |
| Hex | 31 | 6B | 3B | 36 | 0 | 2D | 3A | 82 | 25 | 1F |
| Octal | 61 | 153 | 73 | 66 | 0 | 55 | 72 | 202 | 45 | 37 |
| Binary | 110001 | 1101011 | 111011 | 110110 | 0 | 101101 | 111010 | 10000010 | 100101 | 11111 |
Color Harmonies of #316B3B
Complementary color
Monochromatic Colors of #316B3B
Black with #316B3B
Text Example
Text Example
White with #316B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316B3B; }
p { color: rgb(49,107,59); }
H1.HeaderClassName
{
color: #316B3B;
}
.AnyTagClassName
{
color: #316B3B;
}
</style>
background-color css
<style>
a { background-color: #316B3B; }
a { background-color: rgb(49,107,59); }
div.DivClassName
{
background-color: #316B3B;
}
.BgClassName
{
background-color: #316B3B;
}
</style>
border-color css
<style>
span { border-color: #316B3B; }
span { border-color: rgb(49,107,59); }
td.TdClassName
{
border-color: #316B3B;
}
.TagClassName
{
border-color: #316B3B;
}
</style>