Shades of Jungle Green #37B78C
Tints of Jungle Green #37B78C
RGB
CMYK
RGB Variations
Color information
#37B78C (or 0x37B78C) is known color: Jungle Green. HEX triplet: 37, B7 and 8C. RGB value is (55,183,140). Sum of RGB (Red+Green+Blue) = 55+183+140=378 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.55% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #37B78C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37B78C is #C84873. Grayscale: #8B8B8B. Windows color (decimal): -13125748 or 9221943. OLE color: 9221943.
HSL color Cylindrical-coordinate representation of color #37B78C: hue angle of 159.84º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37B78C is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 183 | 140 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.28 |
| HSL | 159.84º | 0.54% | 0.47% | - |
| HSV(B) | 159.84º | 0.7% | 0.72% | - |
| XYZ | 23.24 | 36.57 | 30.65 | - |
| YUV | 139.83 | 128.09 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 183 | 140 | 0.70 | 0 | 0.23 | 0.28 | 159.84 | 0.54 | 0.47 |
| Hex | 37 | B7 | 8C | 46 | 0 | 17 | 1C | A0 | 36 | 2F |
| Octal | 67 | 267 | 214 | 106 | 0 | 27 | 34 | 240 | 66 | 57 |
| Binary | 110111 | 10110111 | 10001100 | 1000110 | 0 | 10111 | 11100 | 10100000 | 110110 | 101111 |
Color Harmonies of #37B78C
Complementary color
Monochromatic Colors of #37B78C
Black with #37B78C
Text Example
Text Example
White with #37B78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B78C; }
p { color: rgb(55,183,140); }
H1.HeaderClassName
{
color: #37B78C;
}
.AnyTagClassName
{
color: #37B78C;
}
</style>
background-color css
<style>
a { background-color: #37B78C; }
a { background-color: rgb(55,183,140); }
div.DivClassName
{
background-color: #37B78C;
}
.BgClassName
{
background-color: #37B78C;
}
</style>
border-color css
<style>
span { border-color: #37B78C; }
span { border-color: rgb(55,183,140); }
td.TdClassName
{
border-color: #37B78C;
}
.TagClassName
{
border-color: #37B78C;
}
</style>