Shades of Jungle Green #3BB690
Tints of Jungle Green #3BB690
RGB
CMYK
RGB Variations
Color information
#3BB690 (or 0x3BB690) is known color: Jungle Green. HEX triplet: 3B, B6 and 90. RGB value is (59,182,144). Sum of RGB (Red+Green+Blue) = 59+182+144=385 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.32% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #3BB690 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BB690 is #C4496F. Grayscale: #8C8C8C. Windows color (decimal): -12863856 or 9483835. OLE color: 9483835.
HSL color Cylindrical-coordinate representation of color #3BB690: hue angle of 161.46º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BB690 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 59 | 182 | 144 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.29 |
| HSL | 161.46º | 0.51% | 0.47% | - |
| HSV(B) | 161.46º | 0.68% | 0.71% | - |
| XYZ | 23.57 | 36.4 | 32.17 | - |
| YUV | 140.89 | 129.75 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 182 | 144 | 0.68 | 0 | 0.21 | 0.29 | 161.46 | 0.51 | 0.47 |
| Hex | 3B | B6 | 90 | 44 | 0 | 15 | 1D | A1 | 33 | 2F |
| Octal | 73 | 266 | 220 | 104 | 0 | 25 | 35 | 241 | 63 | 57 |
| Binary | 111011 | 10110110 | 10010000 | 1000100 | 0 | 10101 | 11101 | 10100001 | 110011 | 101111 |
Color Harmonies of #3BB690
Complementary color
Monochromatic Colors of #3BB690
Black with #3BB690
Text Example
Text Example
White with #3BB690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB690; }
p { color: rgb(59,182,144); }
H1.HeaderClassName
{
color: #3BB690;
}
.AnyTagClassName
{
color: #3BB690;
}
</style>
background-color css
<style>
a { background-color: #3BB690; }
a { background-color: rgb(59,182,144); }
div.DivClassName
{
background-color: #3BB690;
}
.BgClassName
{
background-color: #3BB690;
}
</style>
border-color css
<style>
span { border-color: #3BB690; }
span { border-color: rgb(59,182,144); }
td.TdClassName
{
border-color: #3BB690;
}
.TagClassName
{
border-color: #3BB690;
}
</style>