Shades of Hunter Green #315D39
Tints of Hunter Green #315D39
RGB
CMYK
RGB Variations
Color information
#315D39 (or 0x315D39) is known color: Hunter Green. HEX triplet: 31, 5D and 39. RGB value is (49,93,57). Sum of RGB (Red+Green+Blue) = 49+93+57=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 93 - color contains mainly: green. Hex color #315D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D39 is #CEA2C6. Grayscale: #4B4B4B. Windows color (decimal): -13542087 or 3759409. OLE color: 3759409.
HSL color Cylindrical-coordinate representation of color #315D39: hue angle of 130.91º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315D39 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 93 | 57 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.64 |
| HSL | 130.91º | 0.31% | 0.28% | - |
| HSV(B) | 130.91º | 0.47% | 0.36% | - |
| XYZ | 5.92 | 8.78 | 5.25 | - |
| YUV | 75.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 57 | 0.47 | 0 | 0.39 | 0.64 | 130.91 | 0.31 | 0.28 |
| Hex | 31 | 5D | 39 | 2F | 0 | 27 | 40 | 83 | 1F | 1C |
| Octal | 61 | 135 | 71 | 57 | 0 | 47 | 100 | 203 | 37 | 34 |
| Binary | 110001 | 1011101 | 111001 | 101111 | 0 | 100111 | 1000000 | 10000011 | 11111 | 11100 |
Color Harmonies of #315D39
Complementary color
Monochromatic Colors of #315D39
Black with #315D39
Text Example
Text Example
White with #315D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315D39; }
p { color: rgb(49,93,57); }
H1.HeaderClassName
{
color: #315D39;
}
.AnyTagClassName
{
color: #315D39;
}
</style>
background-color css
<style>
a { background-color: #315D39; }
a { background-color: rgb(49,93,57); }
div.DivClassName
{
background-color: #315D39;
}
.BgClassName
{
background-color: #315D39;
}
</style>
border-color css
<style>
span { border-color: #315D39; }
span { border-color: rgb(49,93,57); }
td.TdClassName
{
border-color: #315D39;
}
.TagClassName
{
border-color: #315D39;
}
</style>