Shades of Jungle Green #36B582
Tints of Jungle Green #36B582
RGB
CMYK
RGB Variations
Color information
#36B582 (or 0x36B582) is known color: Jungle Green. HEX triplet: 36, B5 and 82. RGB value is (54,181,130). Sum of RGB (Red+Green+Blue) = 54+181+130=365 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.79% from 365); Green value is 181 (71.09% from 255 or 49.59% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 181 - color contains mainly: green. Hex color #36B582 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36B582 is #C94A7D. Grayscale: #898989. Windows color (decimal): -13191806 or 8566070. OLE color: 8566070.
HSL color Cylindrical-coordinate representation of color #36B582: hue angle of 155.91º 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 #36B582 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 181 | 130 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.29 |
| HSL | 155.91º | 0.54% | 0.46% | - |
| HSV(B) | 155.91º | 0.7% | 0.71% | - |
| XYZ | 22.07 | 35.44 | 26.8 | - |
| YUV | 137.21 | 123.92 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 181 | 130 | 0.70 | 0 | 0.28 | 0.29 | 155.91 | 0.54 | 0.46 |
| Hex | 36 | B5 | 82 | 46 | 0 | 1C | 1D | 9C | 36 | 2E |
| Octal | 66 | 265 | 202 | 106 | 0 | 34 | 35 | 234 | 66 | 56 |
| Binary | 110110 | 10110101 | 10000010 | 1000110 | 0 | 11100 | 11101 | 10011100 | 110110 | 101110 |
Color Harmonies of #36B582
Complementary color
Monochromatic Colors of #36B582
Black with #36B582
Text Example
Text Example
White with #36B582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B582; }
p { color: rgb(54,181,130); }
H1.HeaderClassName
{
color: #36B582;
}
.AnyTagClassName
{
color: #36B582;
}
</style>
background-color css
<style>
a { background-color: #36B582; }
a { background-color: rgb(54,181,130); }
div.DivClassName
{
background-color: #36B582;
}
.BgClassName
{
background-color: #36B582;
}
</style>
border-color css
<style>
span { border-color: #36B582; }
span { border-color: rgb(54,181,130); }
td.TdClassName
{
border-color: #36B582;
}
.TagClassName
{
border-color: #36B582;
}
</style>