Shades of Hunter Green #316C3D
Tints of Hunter Green #316C3D
RGB
CMYK
RGB Variations
Color information
#316C3D (or 0x316C3D) is known color: Hunter Green. HEX triplet: 31, 6C and 3D. RGB value is (49,108,61). Sum of RGB (Red+Green+Blue) = 49+108+61=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 108 (42.58% from 255 or 49.54% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 108 - color contains mainly: green. Hex color #316C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316C3D is #CE93C2. Grayscale: #555555. Windows color (decimal): -13538243 or 4025393. OLE color: 4025393.
HSL color Cylindrical-coordinate representation of color #316C3D: hue angle of 132.2º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316C3D is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 108 | 61 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.58 |
| HSL | 132.2º | 0.38% | 0.31% | - |
| HSV(B) | 132.2º | 0.55% | 0.42% | - |
| XYZ | 7.47 | 11.72 | 6.28 | - |
| YUV | 85 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 61 | 0.55 | 0 | 0.44 | 0.58 | 132.2 | 0.38 | 0.31 |
| Hex | 31 | 6C | 3D | 37 | 0 | 2C | 3A | 84 | 26 | 1F |
| Octal | 61 | 154 | 75 | 67 | 0 | 54 | 72 | 204 | 46 | 37 |
| Binary | 110001 | 1101100 | 111101 | 110111 | 0 | 101100 | 111010 | 10000100 | 100110 | 11111 |
Color Harmonies of #316C3D
Complementary color
Monochromatic Colors of #316C3D
Black with #316C3D
Text Example
Text Example
White with #316C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316C3D; }
p { color: rgb(49,108,61); }
H1.HeaderClassName
{
color: #316C3D;
}
.AnyTagClassName
{
color: #316C3D;
}
</style>
background-color css
<style>
a { background-color: #316C3D; }
a { background-color: rgb(49,108,61); }
div.DivClassName
{
background-color: #316C3D;
}
.BgClassName
{
background-color: #316C3D;
}
</style>
border-color css
<style>
span { border-color: #316C3D; }
span { border-color: rgb(49,108,61); }
td.TdClassName
{
border-color: #316C3D;
}
.TagClassName
{
border-color: #316C3D;
}
</style>