Shades of Jungle Green #31A577
Tints of Jungle Green #31A577
RGB
CMYK
RGB Variations
Color information
#31A577 (or 0x31A577) is known color: Jungle Green. HEX triplet: 31, A5 and 77. RGB value is (49,165,119). Sum of RGB (Red+Green+Blue) = 49+165+119=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 165 (64.84% from 255 or 49.55% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 165 - color contains mainly: green. Hex color #31A577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A577 is #CE5A88. Grayscale: #7D7D7D. Windows color (decimal): -13523593 or 7841073. OLE color: 7841073.
HSL color Cylindrical-coordinate representation of color #31A577: hue angle of 156.21º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A577 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 165 | 119 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.35 |
| HSL | 156.21º | 0.54% | 0.42% | - |
| HSV(B) | 156.21º | 0.7% | 0.65% | - |
| XYZ | 18.05 | 28.9 | 22.08 | - |
| YUV | 125.07 | 124.57 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 165 | 119 | 0.70 | 0 | 0.28 | 0.35 | 156.21 | 0.54 | 0.42 |
| Hex | 31 | A5 | 77 | 46 | 0 | 1C | 23 | 9C | 36 | 2A |
| Octal | 61 | 245 | 167 | 106 | 0 | 34 | 43 | 234 | 66 | 52 |
| Binary | 110001 | 10100101 | 1110111 | 1000110 | 0 | 11100 | 100011 | 10011100 | 110110 | 101010 |
Color Harmonies of #31A577
Complementary color
Monochromatic Colors of #31A577
Black with #31A577
Text Example
Text Example
White with #31A577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A577; }
p { color: rgb(49,165,119); }
H1.HeaderClassName
{
color: #31A577;
}
.AnyTagClassName
{
color: #31A577;
}
</style>
background-color css
<style>
a { background-color: #31A577; }
a { background-color: rgb(49,165,119); }
div.DivClassName
{
background-color: #31A577;
}
.BgClassName
{
background-color: #31A577;
}
</style>
border-color css
<style>
span { border-color: #31A577; }
span { border-color: rgb(49,165,119); }
td.TdClassName
{
border-color: #31A577;
}
.TagClassName
{
border-color: #31A577;
}
</style>