Shades of Jungle Green #36BC84
Tints of Jungle Green #36BC84
RGB
CMYK
RGB Variations
Color information
#36BC84 (or 0x36BC84) is known color: Jungle Green. HEX triplet: 36, BC and 84. RGB value is (54,188,132). Sum of RGB (Red+Green+Blue) = 54+188+132=374 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.44% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #36BC84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BC84 is #C9437B. Grayscale: #8D8D8D. Windows color (decimal): -13190012 or 8698934. OLE color: 8698934.
HSL color Cylindrical-coordinate representation of color #36BC84: hue angle of 154.93º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BC84 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 188 | 132 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.26 |
| HSL | 154.93º | 0.55% | 0.47% | - |
| HSV(B) | 154.93º | 0.71% | 0.74% | - |
| XYZ | 23.67 | 38.42 | 28 | - |
| YUV | 141.55 | 122.61 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 188 | 132 | 0.71 | 0 | 0.30 | 0.26 | 154.93 | 0.55 | 0.47 |
| Hex | 36 | BC | 84 | 47 | 0 | 1E | 1A | 9B | 37 | 2F |
| Octal | 66 | 274 | 204 | 107 | 0 | 36 | 32 | 233 | 67 | 57 |
| Binary | 110110 | 10111100 | 10000100 | 1000111 | 0 | 11110 | 11010 | 10011011 | 110111 | 101111 |
Color Harmonies of #36BC84
Complementary color
Monochromatic Colors of #36BC84
Black with #36BC84
Text Example
Text Example
White with #36BC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BC84; }
p { color: rgb(54,188,132); }
H1.HeaderClassName
{
color: #36BC84;
}
.AnyTagClassName
{
color: #36BC84;
}
</style>
background-color css
<style>
a { background-color: #36BC84; }
a { background-color: rgb(54,188,132); }
div.DivClassName
{
background-color: #36BC84;
}
.BgClassName
{
background-color: #36BC84;
}
</style>
border-color css
<style>
span { border-color: #36BC84; }
span { border-color: rgb(54,188,132); }
td.TdClassName
{
border-color: #36BC84;
}
.TagClassName
{
border-color: #36BC84;
}
</style>