Shades of Jungle Green #37BA88
Tints of Jungle Green #37BA88
RGB
CMYK
RGB Variations
Color information
#37BA88 (or 0x37BA88) is known color: Jungle Green. HEX triplet: 37, BA and 88. RGB value is (55,186,136). Sum of RGB (Red+Green+Blue) = 55+186+136=377 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.59% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #37BA88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BA88 is #C84577. Grayscale: #8D8D8D. Windows color (decimal): -13124984 or 8960567. OLE color: 8960567.
HSL color Cylindrical-coordinate representation of color #37BA88: hue angle of 157.1º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37BA88 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 186 | 136 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.27 |
| HSL | 157.1º | 0.54% | 0.47% | - |
| HSV(B) | 157.1º | 0.7% | 0.73% | - |
| XYZ | 23.58 | 37.71 | 29.33 | - |
| YUV | 141.13 | 125.1 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 186 | 136 | 0.70 | 0 | 0.27 | 0.27 | 157.1 | 0.54 | 0.47 |
| Hex | 37 | BA | 88 | 46 | 0 | 1B | 1B | 9D | 36 | 2F |
| Octal | 67 | 272 | 210 | 106 | 0 | 33 | 33 | 235 | 66 | 57 |
| Binary | 110111 | 10111010 | 10001000 | 1000110 | 0 | 11011 | 11011 | 10011101 | 110110 | 101111 |
Color Harmonies of #37BA88
Complementary color
Monochromatic Colors of #37BA88
Black with #37BA88
Text Example
Text Example
White with #37BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BA88; }
p { color: rgb(55,186,136); }
H1.HeaderClassName
{
color: #37BA88;
}
.AnyTagClassName
{
color: #37BA88;
}
</style>
background-color css
<style>
a { background-color: #37BA88; }
a { background-color: rgb(55,186,136); }
div.DivClassName
{
background-color: #37BA88;
}
.BgClassName
{
background-color: #37BA88;
}
</style>
border-color css
<style>
span { border-color: #37BA88; }
span { border-color: rgb(55,186,136); }
td.TdClassName
{
border-color: #37BA88;
}
.TagClassName
{
border-color: #37BA88;
}
</style>