Shades of Hunter Green #31683A
Tints of Hunter Green #31683A
RGB
CMYK
RGB Variations
Color information
#31683A (or 0x31683A) is known color: Hunter Green. HEX triplet: 31, 68 and 3A. RGB value is (49,104,58). Sum of RGB (Red+Green+Blue) = 49+104+58=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #31683A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31683A is #CE97C5. Grayscale: #525252. Windows color (decimal): -13539270 or 3827761. OLE color: 3827761.
HSL color Cylindrical-coordinate representation of color #31683A: hue angle of 129.82º 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 #31683A is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 49 | 104 | 58 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.59 |
| HSL | 129.82º | 0.36% | 0.3% | - |
| HSV(B) | 129.82º | 0.53% | 0.41% | - |
| XYZ | 6.98 | 10.86 | 5.73 | - |
| YUV | 82.31 | 114.28 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 104 | 58 | 0.53 | 0 | 0.44 | 0.59 | 129.82 | 0.36 | 0.3 |
| Hex | 31 | 68 | 3A | 35 | 0 | 2C | 3B | 82 | 24 | 1E |
| Octal | 61 | 150 | 72 | 65 | 0 | 54 | 73 | 202 | 44 | 36 |
| Binary | 110001 | 1101000 | 111010 | 110101 | 0 | 101100 | 111011 | 10000010 | 100100 | 11110 |
Color Harmonies of #31683A
Complementary color
Monochromatic Colors of #31683A
Black with #31683A
Text Example
Text Example
White with #31683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31683A; }
p { color: rgb(49,104,58); }
H1.HeaderClassName
{
color: #31683A;
}
.AnyTagClassName
{
color: #31683A;
}
</style>
background-color css
<style>
a { background-color: #31683A; }
a { background-color: rgb(49,104,58); }
div.DivClassName
{
background-color: #31683A;
}
.BgClassName
{
background-color: #31683A;
}
</style>
border-color css
<style>
span { border-color: #31683A; }
span { border-color: rgb(49,104,58); }
td.TdClassName
{
border-color: #31683A;
}
.TagClassName
{
border-color: #31683A;
}
</style>