Shades of Jungle Green #36BD85
Tints of Jungle Green #36BD85
RGB
CMYK
RGB Variations
Color information
#36BD85 (or 0x36BD85) is known color: Jungle Green. HEX triplet: 36, BD and 85. RGB value is (54,189,133). Sum of RGB (Red+Green+Blue) = 54+189+133=376 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.36% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #36BD85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BD85 is #C9427A. Grayscale: #8E8E8E. Windows color (decimal): -13189755 or 8764726. OLE color: 8764726.
HSL color Cylindrical-coordinate representation of color #36BD85: hue angle of 155.11º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BD85 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 189 | 133 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.26 |
| HSL | 155.11º | 0.56% | 0.48% | - |
| HSV(B) | 155.11º | 0.71% | 0.74% | - |
| XYZ | 23.95 | 38.87 | 28.43 | - |
| YUV | 142.25 | 122.77 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 189 | 133 | 0.71 | 0 | 0.30 | 0.26 | 155.11 | 0.56 | 0.48 |
| Hex | 36 | BD | 85 | 47 | 0 | 1E | 1A | 9B | 38 | 30 |
| Octal | 66 | 275 | 205 | 107 | 0 | 36 | 32 | 233 | 70 | 60 |
| Binary | 110110 | 10111101 | 10000101 | 1000111 | 0 | 11110 | 11010 | 10011011 | 111000 | 110000 |
Color Harmonies of #36BD85
Complementary color
Monochromatic Colors of #36BD85
Black with #36BD85
Text Example
Text Example
White with #36BD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BD85; }
p { color: rgb(54,189,133); }
H1.HeaderClassName
{
color: #36BD85;
}
.AnyTagClassName
{
color: #36BD85;
}
</style>
background-color css
<style>
a { background-color: #36BD85; }
a { background-color: rgb(54,189,133); }
div.DivClassName
{
background-color: #36BD85;
}
.BgClassName
{
background-color: #36BD85;
}
</style>
border-color css
<style>
span { border-color: #36BD85; }
span { border-color: rgb(54,189,133); }
td.TdClassName
{
border-color: #36BD85;
}
.TagClassName
{
border-color: #36BD85;
}
</style>