Shades of Hunter Green #31643B
Tints of Hunter Green #31643B
RGB
CMYK
RGB Variations
Color information
#31643B (or 0x31643B) is known color: Hunter Green. HEX triplet: 31, 64 and 3B. RGB value is (49,100,59). Sum of RGB (Red+Green+Blue) = 49+100+59=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 100 (39.45% from 255 or 48.08% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 100 - color contains mainly: green. Hex color #31643B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31643B is #CE9BC4. Grayscale: #505050. Windows color (decimal): -13540293 or 3892273. OLE color: 3892273.
HSL color Cylindrical-coordinate representation of color #31643B: hue angle of 131.76º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31643B is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 100 | 59 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.61 |
| HSL | 131.76º | 0.34% | 0.29% | - |
| HSV(B) | 131.76º | 0.51% | 0.39% | - |
| XYZ | 6.61 | 10.08 | 5.74 | - |
| YUV | 80.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 59 | 0.51 | 0 | 0.41 | 0.61 | 131.76 | 0.34 | 0.29 |
| Hex | 31 | 64 | 3B | 33 | 0 | 29 | 3D | 84 | 22 | 1D |
| Octal | 61 | 144 | 73 | 63 | 0 | 51 | 75 | 204 | 42 | 35 |
| Binary | 110001 | 1100100 | 111011 | 110011 | 0 | 101001 | 111101 | 10000100 | 100010 | 11101 |
Color Harmonies of #31643B
Complementary color
Monochromatic Colors of #31643B
Black with #31643B
Text Example
Text Example
White with #31643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31643B; }
p { color: rgb(49,100,59); }
H1.HeaderClassName
{
color: #31643B;
}
.AnyTagClassName
{
color: #31643B;
}
</style>
background-color css
<style>
a { background-color: #31643B; }
a { background-color: rgb(49,100,59); }
div.DivClassName
{
background-color: #31643B;
}
.BgClassName
{
background-color: #31643B;
}
</style>
border-color css
<style>
span { border-color: #31643B; }
span { border-color: rgb(49,100,59); }
td.TdClassName
{
border-color: #31643B;
}
.TagClassName
{
border-color: #31643B;
}
</style>