Shades of Hunter Green #315E3B
Tints of Hunter Green #315E3B
RGB
CMYK
RGB Variations
Color information
#315E3B (or 0x315E3B) is known color: Hunter Green. HEX triplet: 31, 5E and 3B. RGB value is (49,94,59). Sum of RGB (Red+Green+Blue) = 49+94+59=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 94 (37.11% from 255 or 46.53% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 94 - color contains mainly: green. Hex color #315E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315E3B is #CEA1C4. Grayscale: #4C4C4C. Windows color (decimal): -13541829 or 3890737. OLE color: 3890737.
HSL color Cylindrical-coordinate representation of color #315E3B: hue angle of 133.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #315E3B is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 94 | 59 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.63 |
| HSL | 133.33º | 0.31% | 0.28% | - |
| HSV(B) | 133.33º | 0.48% | 0.37% | - |
| XYZ | 6.06 | 8.97 | 5.55 | - |
| YUV | 76.56 | 118.09 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 59 | 0.48 | 0 | 0.37 | 0.63 | 133.33 | 0.31 | 0.28 |
| Hex | 31 | 5E | 3B | 30 | 0 | 25 | 3F | 85 | 1F | 1C |
| Octal | 61 | 136 | 73 | 60 | 0 | 45 | 77 | 205 | 37 | 34 |
| Binary | 110001 | 1011110 | 111011 | 110000 | 0 | 100101 | 111111 | 10000101 | 11111 | 11100 |
Color Harmonies of #315E3B
Complementary color
Monochromatic Colors of #315E3B
Black with #315E3B
Text Example
Text Example
White with #315E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315E3B; }
p { color: rgb(49,94,59); }
H1.HeaderClassName
{
color: #315E3B;
}
.AnyTagClassName
{
color: #315E3B;
}
</style>
background-color css
<style>
a { background-color: #315E3B; }
a { background-color: rgb(49,94,59); }
div.DivClassName
{
background-color: #315E3B;
}
.BgClassName
{
background-color: #315E3B;
}
</style>
border-color css
<style>
span { border-color: #315E3B; }
span { border-color: rgb(49,94,59); }
td.TdClassName
{
border-color: #315E3B;
}
.TagClassName
{
border-color: #315E3B;
}
</style>