Shades of Jungle Green #36B68E
Tints of Jungle Green #36B68E
RGB
CMYK
RGB Variations
Color information
#36B68E (or 0x36B68E) is known color: Jungle Green. HEX triplet: 36, B6 and 8E. RGB value is (54,182,142). Sum of RGB (Red+Green+Blue) = 54+182+142=378 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.29% from 378); Green value is 182 (71.48% from 255 or 48.15% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 182 - color contains mainly: green. Hex color #36B68E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36B68E is #C94971. Grayscale: #8B8B8B. Windows color (decimal): -13191538 or 9352758. OLE color: 9352758.
HSL color Cylindrical-coordinate representation of color #36B68E: hue angle of 161.25º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36B68E is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 182 | 142 | - |
| CMYK | 0.70 | 0 | 0.22 | 0.29 |
| HSL | 161.25º | 0.54% | 0.46% | - |
| HSV(B) | 161.25º | 0.7% | 0.71% | - |
| XYZ | 23.13 | 36.19 | 31.36 | - |
| YUV | 139.17 | 129.59 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 182 | 142 | 0.70 | 0 | 0.22 | 0.29 | 161.25 | 0.54 | 0.46 |
| Hex | 36 | B6 | 8E | 46 | 0 | 16 | 1D | A1 | 36 | 2E |
| Octal | 66 | 266 | 216 | 106 | 0 | 26 | 35 | 241 | 66 | 56 |
| Binary | 110110 | 10110110 | 10001110 | 1000110 | 0 | 10110 | 11101 | 10100001 | 110110 | 101110 |
Color Harmonies of #36B68E
Complementary color
Monochromatic Colors of #36B68E
Black with #36B68E
Text Example
Text Example
White with #36B68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B68E; }
p { color: rgb(54,182,142); }
H1.HeaderClassName
{
color: #36B68E;
}
.AnyTagClassName
{
color: #36B68E;
}
</style>
background-color css
<style>
a { background-color: #36B68E; }
a { background-color: rgb(54,182,142); }
div.DivClassName
{
background-color: #36B68E;
}
.BgClassName
{
background-color: #36B68E;
}
</style>
border-color css
<style>
span { border-color: #36B68E; }
span { border-color: rgb(54,182,142); }
td.TdClassName
{
border-color: #36B68E;
}
.TagClassName
{
border-color: #36B68E;
}
</style>