Shades of Jungle Green #36AB84
Tints of Jungle Green #36AB84
RGB
CMYK
RGB Variations
Color information
#36AB84 (or 0x36AB84) is known color: Jungle Green. HEX triplet: 36, AB and 84. RGB value is (54,171,132). Sum of RGB (Red+Green+Blue) = 54+171+132=357 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.13% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 171 - color contains mainly: green. Hex color #36AB84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AB84 is #C9547B. Grayscale: #838383. Windows color (decimal): -13194364 or 8694582. OLE color: 8694582.
HSL color Cylindrical-coordinate representation of color #36AB84: hue angle of 160º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36AB84 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 171 | 132 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.33 |
| HSL | 160º | 0.52% | 0.44% | - |
| HSV(B) | 160º | 0.68% | 0.67% | - |
| XYZ | 20.25 | 31.58 | 26.86 | - |
| YUV | 131.57 | 128.24 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 171 | 132 | 0.68 | 0 | 0.23 | 0.33 | 160 | 0.52 | 0.44 |
| Hex | 36 | AB | 84 | 44 | 0 | 17 | 21 | A0 | 34 | 2C |
| Octal | 66 | 253 | 204 | 104 | 0 | 27 | 41 | 240 | 64 | 54 |
| Binary | 110110 | 10101011 | 10000100 | 1000100 | 0 | 10111 | 100001 | 10100000 | 110100 | 101100 |
Color Harmonies of #36AB84
Complementary color
Monochromatic Colors of #36AB84
Black with #36AB84
Text Example
Text Example
White with #36AB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AB84; }
p { color: rgb(54,171,132); }
H1.HeaderClassName
{
color: #36AB84;
}
.AnyTagClassName
{
color: #36AB84;
}
</style>
background-color css
<style>
a { background-color: #36AB84; }
a { background-color: rgb(54,171,132); }
div.DivClassName
{
background-color: #36AB84;
}
.BgClassName
{
background-color: #36AB84;
}
</style>
border-color css
<style>
span { border-color: #36AB84; }
span { border-color: rgb(54,171,132); }
td.TdClassName
{
border-color: #36AB84;
}
.TagClassName
{
border-color: #36AB84;
}
</style>