Shades of Hunter Green #31623B
Tints of Hunter Green #31623B
RGB
CMYK
RGB Variations
Color information
#31623B (or 0x31623B) is known color: Hunter Green. HEX triplet: 31, 62 and 3B. RGB value is (49,98,59). Sum of RGB (Red+Green+Blue) = 49+98+59=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #31623B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31623B is #CE9DC4. Grayscale: #4F4F4F. Windows color (decimal): -13540805 or 3891761. OLE color: 3891761.
HSL color Cylindrical-coordinate representation of color #31623B: hue angle of 132.24º 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 #31623B is Cyan = 0.5, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 98 | 59 | - |
| CMYK | 0.5 | 0 | 0.40 | 0.62 |
| HSL | 132.24º | 0.33% | 0.29% | - |
| HSV(B) | 132.24º | 0.5% | 0.38% | - |
| XYZ | 6.42 | 9.7 | 5.67 | - |
| YUV | 78.9 | 116.77 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 59 | 0.5 | 0 | 0.40 | 0.62 | 132.24 | 0.33 | 0.29 |
| Hex | 31 | 62 | 3B | 32 | 0 | 28 | 3E | 84 | 21 | 1D |
| Octal | 61 | 142 | 73 | 62 | 0 | 50 | 76 | 204 | 41 | 35 |
| Binary | 110001 | 1100010 | 111011 | 110010 | 0 | 101000 | 111110 | 10000100 | 100001 | 11101 |
Color Harmonies of #31623B
Complementary color
Monochromatic Colors of #31623B
Black with #31623B
Text Example
Text Example
White with #31623B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31623B; }
p { color: rgb(49,98,59); }
H1.HeaderClassName
{
color: #31623B;
}
.AnyTagClassName
{
color: #31623B;
}
</style>
background-color css
<style>
a { background-color: #31623B; }
a { background-color: rgb(49,98,59); }
div.DivClassName
{
background-color: #31623B;
}
.BgClassName
{
background-color: #31623B;
}
</style>
border-color css
<style>
span { border-color: #31623B; }
span { border-color: rgb(49,98,59); }
td.TdClassName
{
border-color: #31623B;
}
.TagClassName
{
border-color: #31623B;
}
</style>