Shades of Jungle Green #36B08A
Tints of Jungle Green #36B08A
RGB
CMYK
RGB Variations
Color information
#36B08A (or 0x36B08A) is known color: Jungle Green. HEX triplet: 36, B0 and 8A. RGB value is (54,176,138). Sum of RGB (Red+Green+Blue) = 54+176+138=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 176 - color contains mainly: green. Hex color #36B08A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36B08A is #C94F75. Grayscale: #878787. Windows color (decimal): -13193078 or 9089078. OLE color: 9089078.
HSL color Cylindrical-coordinate representation of color #36B08A: hue angle of 161.31º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36B08A is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 176 | 138 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.31 |
| HSL | 161.31º | 0.53% | 0.45% | - |
| HSV(B) | 161.31º | 0.69% | 0.69% | - |
| XYZ | 21.63 | 33.67 | 29.4 | - |
| YUV | 135.19 | 129.58 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 176 | 138 | 0.69 | 0 | 0.22 | 0.31 | 161.31 | 0.53 | 0.45 |
| Hex | 36 | B0 | 8A | 45 | 0 | 16 | 1F | A1 | 35 | 2D |
| Octal | 66 | 260 | 212 | 105 | 0 | 26 | 37 | 241 | 65 | 55 |
| Binary | 110110 | 10110000 | 10001010 | 1000101 | 0 | 10110 | 11111 | 10100001 | 110101 | 101101 |
Color Harmonies of #36B08A
Complementary color
Monochromatic Colors of #36B08A
Black with #36B08A
Text Example
Text Example
White with #36B08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B08A; }
p { color: rgb(54,176,138); }
H1.HeaderClassName
{
color: #36B08A;
}
.AnyTagClassName
{
color: #36B08A;
}
</style>
background-color css
<style>
a { background-color: #36B08A; }
a { background-color: rgb(54,176,138); }
div.DivClassName
{
background-color: #36B08A;
}
.BgClassName
{
background-color: #36B08A;
}
</style>
border-color css
<style>
span { border-color: #36B08A; }
span { border-color: rgb(54,176,138); }
td.TdClassName
{
border-color: #36B08A;
}
.TagClassName
{
border-color: #36B08A;
}
</style>