Shades of Hunter Green #31613A
Tints of Hunter Green #31613A
RGB
CMYK
RGB Variations
Color information
#31613A (or 0x31613A) is known color: Hunter Green. HEX triplet: 31, 61 and 3A. RGB value is (49,97,58). Sum of RGB (Red+Green+Blue) = 49+97+58=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #31613A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31613A is #CE9EC5. Grayscale: #4E4E4E. Windows color (decimal): -13541062 or 3825969. OLE color: 3825969.
HSL color Cylindrical-coordinate representation of color #31613A: hue angle of 131.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #31613A is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 97 | 58 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.62 |
| HSL | 131.25º | 0.33% | 0.29% | - |
| HSV(B) | 131.25º | 0.49% | 0.38% | - |
| XYZ | 6.31 | 9.51 | 5.51 | - |
| YUV | 78.2 | 116.6 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 97 | 58 | 0.49 | 0 | 0.40 | 0.62 | 131.25 | 0.33 | 0.29 |
| Hex | 31 | 61 | 3A | 31 | 0 | 28 | 3E | 83 | 21 | 1D |
| Octal | 61 | 141 | 72 | 61 | 0 | 50 | 76 | 203 | 41 | 35 |
| Binary | 110001 | 1100001 | 111010 | 110001 | 0 | 101000 | 111110 | 10000011 | 100001 | 11101 |
Color Harmonies of #31613A
Complementary color
Monochromatic Colors of #31613A
Black with #31613A
Text Example
Text Example
White with #31613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31613A; }
p { color: rgb(49,97,58); }
H1.HeaderClassName
{
color: #31613A;
}
.AnyTagClassName
{
color: #31613A;
}
</style>
background-color css
<style>
a { background-color: #31613A; }
a { background-color: rgb(49,97,58); }
div.DivClassName
{
background-color: #31613A;
}
.BgClassName
{
background-color: #31613A;
}
</style>
border-color css
<style>
span { border-color: #31613A; }
span { border-color: rgb(49,97,58); }
td.TdClassName
{
border-color: #31613A;
}
.TagClassName
{
border-color: #31613A;
}
</style>