Shades of Jungle Green #3BB486
Tints of Jungle Green #3BB486
RGB
CMYK
RGB Variations
Color information
#3BB486 (or 0x3BB486) is known color: Jungle Green. HEX triplet: 3B, B4 and 86. RGB value is (59,180,134). Sum of RGB (Red+Green+Blue) = 59+180+134=373 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.82% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #3BB486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BB486 is #C44B79. Grayscale: #8A8A8A. Windows color (decimal): -12864378 or 8827963. OLE color: 8827963.
HSL color Cylindrical-coordinate representation of color #3BB486: hue angle of 157.19º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB486 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 59 | 180 | 134 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.29 |
| HSL | 157.19º | 0.51% | 0.47% | - |
| HSV(B) | 157.19º | 0.67% | 0.71% | - |
| XYZ | 22.43 | 35.29 | 28.18 | - |
| YUV | 138.58 | 125.41 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 180 | 134 | 0.67 | 0 | 0.26 | 0.29 | 157.19 | 0.51 | 0.47 |
| Hex | 3B | B4 | 86 | 43 | 0 | 1A | 1D | 9D | 33 | 2F |
| Octal | 73 | 264 | 206 | 103 | 0 | 32 | 35 | 235 | 63 | 57 |
| Binary | 111011 | 10110100 | 10000110 | 1000011 | 0 | 11010 | 11101 | 10011101 | 110011 | 101111 |
Color Harmonies of #3BB486
Complementary color
Monochromatic Colors of #3BB486
Black with #3BB486
Text Example
Text Example
White with #3BB486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB486; }
p { color: rgb(59,180,134); }
H1.HeaderClassName
{
color: #3BB486;
}
.AnyTagClassName
{
color: #3BB486;
}
</style>
background-color css
<style>
a { background-color: #3BB486; }
a { background-color: rgb(59,180,134); }
div.DivClassName
{
background-color: #3BB486;
}
.BgClassName
{
background-color: #3BB486;
}
</style>
border-color css
<style>
span { border-color: #3BB486; }
span { border-color: rgb(59,180,134); }
td.TdClassName
{
border-color: #3BB486;
}
.TagClassName
{
border-color: #3BB486;
}
</style>