Shades of Jungle Green #3BBA88
Tints of Jungle Green #3BBA88
RGB
CMYK
RGB Variations
Color information
#3BBA88 (or 0x3BBA88) is known color: Jungle Green. HEX triplet: 3B, BA and 88. RGB value is (59,186,136). Sum of RGB (Red+Green+Blue) = 59+186+136=381 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.49% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #3BBA88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBA88 is #C44577. Grayscale: #8E8E8E. Windows color (decimal): -12862840 or 8960571. OLE color: 8960571.
HSL color Cylindrical-coordinate representation of color #3BBA88: hue angle of 156.38º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BBA88 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 186 | 136 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.27 |
| HSL | 156.38º | 0.52% | 0.48% | - |
| HSV(B) | 156.38º | 0.68% | 0.73% | - |
| XYZ | 23.81 | 37.83 | 29.34 | - |
| YUV | 142.33 | 124.42 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 186 | 136 | 0.68 | 0 | 0.27 | 0.27 | 156.38 | 0.52 | 0.48 |
| Hex | 3B | BA | 88 | 44 | 0 | 1B | 1B | 9C | 34 | 30 |
| Octal | 73 | 272 | 210 | 104 | 0 | 33 | 33 | 234 | 64 | 60 |
| Binary | 111011 | 10111010 | 10001000 | 1000100 | 0 | 11011 | 11011 | 10011100 | 110100 | 110000 |
Color Harmonies of #3BBA88
Complementary color
Monochromatic Colors of #3BBA88
Black with #3BBA88
Text Example
Text Example
White with #3BBA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBA88; }
p { color: rgb(59,186,136); }
H1.HeaderClassName
{
color: #3BBA88;
}
.AnyTagClassName
{
color: #3BBA88;
}
</style>
background-color css
<style>
a { background-color: #3BBA88; }
a { background-color: rgb(59,186,136); }
div.DivClassName
{
background-color: #3BBA88;
}
.BgClassName
{
background-color: #3BBA88;
}
</style>
border-color css
<style>
span { border-color: #3BBA88; }
span { border-color: rgb(59,186,136); }
td.TdClassName
{
border-color: #3BBA88;
}
.TagClassName
{
border-color: #3BBA88;
}
</style>