Shades of Jungle Green #3BB58C
Tints of Jungle Green #3BB58C
RGB
CMYK
RGB Variations
Color information
#3BB58C (or 0x3BB58C) is known color: Jungle Green. HEX triplet: 3B, B5 and 8C. RGB value is (59,181,140). Sum of RGB (Red+Green+Blue) = 59+181+140=380 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.53% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #3BB58C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BB58C is #C44A73. Grayscale: #8B8B8B. Windows color (decimal): -12864116 or 9221435. OLE color: 9221435.
HSL color Cylindrical-coordinate representation of color #3BB58C: hue angle of 159.84º 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 #3BB58C is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 59 | 181 | 140 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.29 |
| HSL | 159.84º | 0.51% | 0.47% | - |
| HSV(B) | 159.84º | 0.67% | 0.71% | - |
| XYZ | 23.06 | 35.87 | 30.52 | - |
| YUV | 139.85 | 128.08 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 181 | 140 | 0.67 | 0 | 0.23 | 0.29 | 159.84 | 0.51 | 0.47 |
| Hex | 3B | B5 | 8C | 43 | 0 | 17 | 1D | A0 | 33 | 2F |
| Octal | 73 | 265 | 214 | 103 | 0 | 27 | 35 | 240 | 63 | 57 |
| Binary | 111011 | 10110101 | 10001100 | 1000011 | 0 | 10111 | 11101 | 10100000 | 110011 | 101111 |
Color Harmonies of #3BB58C
Complementary color
Monochromatic Colors of #3BB58C
Black with #3BB58C
Text Example
Text Example
White with #3BB58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB58C; }
p { color: rgb(59,181,140); }
H1.HeaderClassName
{
color: #3BB58C;
}
.AnyTagClassName
{
color: #3BB58C;
}
</style>
background-color css
<style>
a { background-color: #3BB58C; }
a { background-color: rgb(59,181,140); }
div.DivClassName
{
background-color: #3BB58C;
}
.BgClassName
{
background-color: #3BB58C;
}
</style>
border-color css
<style>
span { border-color: #3BB58C; }
span { border-color: rgb(59,181,140); }
td.TdClassName
{
border-color: #3BB58C;
}
.TagClassName
{
border-color: #3BB58C;
}
</style>