Shades of Hunter Green #31623F
Tints of Hunter Green #31623F
RGB
CMYK
RGB Variations
Color information
#31623F (or 0x31623F) is known color: Hunter Green. HEX triplet: 31, 62 and 3F. RGB value is (49,98,63). Sum of RGB (Red+Green+Blue) = 49+98+63=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 98 - color contains mainly: green. Hex color #31623F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31623F is #CE9DC0. Grayscale: #4F4F4F. Windows color (decimal): -13540801 or 4153905. OLE color: 4153905.
HSL color Cylindrical-coordinate representation of color #31623F: hue angle of 137.14º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #31623F is Cyan = 0.5, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 98 | 63 | - |
| CMYK | 0.5 | 0 | 0.36 | 0.62 |
| HSL | 137.14º | 0.33% | 0.29% | - |
| HSV(B) | 137.14º | 0.5% | 0.38% | - |
| XYZ | 6.53 | 9.75 | 6.24 | - |
| YUV | 79.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 63 | 0.5 | 0 | 0.36 | 0.62 | 137.14 | 0.33 | 0.29 |
| Hex | 31 | 62 | 3F | 32 | 0 | 24 | 3E | 89 | 21 | 1D |
| Octal | 61 | 142 | 77 | 62 | 0 | 44 | 76 | 211 | 41 | 35 |
| Binary | 110001 | 1100010 | 111111 | 110010 | 0 | 100100 | 111110 | 10001001 | 100001 | 11101 |
Color Harmonies of #31623F
Complementary color
Monochromatic Colors of #31623F
Black with #31623F
Text Example
Text Example
White with #31623F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31623F; }
p { color: rgb(49,98,63); }
H1.HeaderClassName
{
color: #31623F;
}
.AnyTagClassName
{
color: #31623F;
}
</style>
background-color css
<style>
a { background-color: #31623F; }
a { background-color: rgb(49,98,63); }
div.DivClassName
{
background-color: #31623F;
}
.BgClassName
{
background-color: #31623F;
}
</style>
border-color css
<style>
span { border-color: #31623F; }
span { border-color: rgb(49,98,63); }
td.TdClassName
{
border-color: #31623F;
}
.TagClassName
{
border-color: #31623F;
}
</style>