Shades of Jungle Green #36BA88
Tints of Jungle Green #36BA88
RGB
CMYK
RGB Variations
Color information
#36BA88 (or 0x36BA88) is known color: Jungle Green. HEX triplet: 36, BA and 88. RGB value is (54,186,136). Sum of RGB (Red+Green+Blue) = 54+186+136=376 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.36% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #36BA88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BA88 is #C94577. Grayscale: #8C8C8C. Windows color (decimal): -13190520 or 8960566. OLE color: 8960566.
HSL color Cylindrical-coordinate representation of color #36BA88: hue angle of 157.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BA88 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 186 | 136 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.27 |
| HSL | 157.27º | 0.55% | 0.47% | - |
| HSV(B) | 157.27º | 0.71% | 0.73% | - |
| XYZ | 23.52 | 37.68 | 29.33 | - |
| YUV | 140.83 | 125.27 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 186 | 136 | 0.71 | 0 | 0.27 | 0.27 | 157.27 | 0.55 | 0.47 |
| Hex | 36 | BA | 88 | 47 | 0 | 1B | 1B | 9D | 37 | 2F |
| Octal | 66 | 272 | 210 | 107 | 0 | 33 | 33 | 235 | 67 | 57 |
| Binary | 110110 | 10111010 | 10001000 | 1000111 | 0 | 11011 | 11011 | 10011101 | 110111 | 101111 |
Color Harmonies of #36BA88
Complementary color
Monochromatic Colors of #36BA88
Black with #36BA88
Text Example
Text Example
White with #36BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BA88; }
p { color: rgb(54,186,136); }
H1.HeaderClassName
{
color: #36BA88;
}
.AnyTagClassName
{
color: #36BA88;
}
</style>
background-color css
<style>
a { background-color: #36BA88; }
a { background-color: rgb(54,186,136); }
div.DivClassName
{
background-color: #36BA88;
}
.BgClassName
{
background-color: #36BA88;
}
</style>
border-color css
<style>
span { border-color: #36BA88; }
span { border-color: rgb(54,186,136); }
td.TdClassName
{
border-color: #36BA88;
}
.TagClassName
{
border-color: #36BA88;
}
</style>