Shades of Jungle Green #36B48A
Tints of Jungle Green #36B48A
RGB
CMYK
RGB Variations
Color information
#36B48A (or 0x36B48A) is known color: Jungle Green. HEX triplet: 36, B4 and 8A. RGB value is (54,180,138). Sum of RGB (Red+Green+Blue) = 54+180+138=372 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.52% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 180 - color contains mainly: green. Hex color #36B48A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36B48A is #C94B75. Grayscale: #898989. Windows color (decimal): -13192054 or 9090102. OLE color: 9090102.
HSL color Cylindrical-coordinate representation of color #36B48A: hue angle of 160º 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 #36B48A is Cyan = 0.7, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 180 | 138 | - |
| CMYK | 0.7 | 0 | 0.23 | 0.29 |
| HSL | 160º | 0.54% | 0.46% | - |
| HSV(B) | 160º | 0.7% | 0.71% | - |
| XYZ | 22.43 | 35.26 | 29.67 | - |
| YUV | 137.54 | 128.26 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 180 | 138 | 0.7 | 0 | 0.23 | 0.29 | 160 | 0.54 | 0.46 |
| Hex | 36 | B4 | 8A | 46 | 0 | 17 | 1D | A0 | 36 | 2E |
| Octal | 66 | 264 | 212 | 106 | 0 | 27 | 35 | 240 | 66 | 56 |
| Binary | 110110 | 10110100 | 10001010 | 1000110 | 0 | 10111 | 11101 | 10100000 | 110110 | 101110 |
Color Harmonies of #36B48A
Complementary color
Monochromatic Colors of #36B48A
Black with #36B48A
Text Example
Text Example
White with #36B48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B48A; }
p { color: rgb(54,180,138); }
H1.HeaderClassName
{
color: #36B48A;
}
.AnyTagClassName
{
color: #36B48A;
}
</style>
background-color css
<style>
a { background-color: #36B48A; }
a { background-color: rgb(54,180,138); }
div.DivClassName
{
background-color: #36B48A;
}
.BgClassName
{
background-color: #36B48A;
}
</style>
border-color css
<style>
span { border-color: #36B48A; }
span { border-color: rgb(54,180,138); }
td.TdClassName
{
border-color: #36B48A;
}
.TagClassName
{
border-color: #36B48A;
}
</style>