Shades of Hunter Green #31693B
Tints of Hunter Green #31693B
RGB
CMYK
RGB Variations
Color information
#31693B (or 0x31693B) is known color: Hunter Green. HEX triplet: 31, 69 and 3B. RGB value is (49,105,59). Sum of RGB (Red+Green+Blue) = 49+105+59=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 105 - color contains mainly: green. Hex color #31693B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31693B is #CE96C4. Grayscale: #535353. Windows color (decimal): -13539013 or 3893553. OLE color: 3893553.
HSL color Cylindrical-coordinate representation of color #31693B: hue angle of 130.71º 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 #31693B is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 49 | 105 | 59 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.59 |
| HSL | 130.71º | 0.36% | 0.3% | - |
| HSV(B) | 130.71º | 0.53% | 0.41% | - |
| XYZ | 7.11 | 11.07 | 5.9 | - |
| YUV | 83.01 | 114.45 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 105 | 59 | 0.53 | 0 | 0.44 | 0.59 | 130.71 | 0.36 | 0.3 |
| Hex | 31 | 69 | 3B | 35 | 0 | 2C | 3B | 83 | 24 | 1E |
| Octal | 61 | 151 | 73 | 65 | 0 | 54 | 73 | 203 | 44 | 36 |
| Binary | 110001 | 1101001 | 111011 | 110101 | 0 | 101100 | 111011 | 10000011 | 100100 | 11110 |
Color Harmonies of #31693B
Complementary color
Monochromatic Colors of #31693B
Black with #31693B
Text Example
Text Example
White with #31693B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31693B; }
p { color: rgb(49,105,59); }
H1.HeaderClassName
{
color: #31693B;
}
.AnyTagClassName
{
color: #31693B;
}
</style>
background-color css
<style>
a { background-color: #31693B; }
a { background-color: rgb(49,105,59); }
div.DivClassName
{
background-color: #31693B;
}
.BgClassName
{
background-color: #31693B;
}
</style>
border-color css
<style>
span { border-color: #31693B; }
span { border-color: rgb(49,105,59); }
td.TdClassName
{
border-color: #31693B;
}
.TagClassName
{
border-color: #31693B;
}
</style>