Shades of Jungle Green #3CB887
Tints of Jungle Green #3CB887
RGB
CMYK
RGB Variations
Color information
#3CB887 (or 0x3CB887) is known color: Jungle Green. HEX triplet: 3C, B8 and 87. RGB value is (60,184,135). Sum of RGB (Red+Green+Blue) = 60+184+135=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB887 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB887 is #C34778. Grayscale: #8D8D8D. Windows color (decimal): -12797817 or 8894524. OLE color: 8894524.
HSL color Cylindrical-coordinate representation of color #3CB887: hue angle of 156.29º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB887 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 184 | 135 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.28 |
| HSL | 156.29º | 0.51% | 0.48% | - |
| HSV(B) | 156.29º | 0.67% | 0.72% | - |
| XYZ | 23.38 | 36.99 | 28.83 | - |
| YUV | 141.34 | 124.42 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 184 | 135 | 0.67 | 0 | 0.27 | 0.28 | 156.29 | 0.51 | 0.48 |
| Hex | 3C | B8 | 87 | 43 | 0 | 1B | 1C | 9C | 33 | 30 |
| Octal | 74 | 270 | 207 | 103 | 0 | 33 | 34 | 234 | 63 | 60 |
| Binary | 111100 | 10111000 | 10000111 | 1000011 | 0 | 11011 | 11100 | 10011100 | 110011 | 110000 |
Color Harmonies of #3CB887
Complementary color
Monochromatic Colors of #3CB887
Black with #3CB887
Text Example
Text Example
White with #3CB887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB887; }
p { color: rgb(60,184,135); }
H1.HeaderClassName
{
color: #3CB887;
}
.AnyTagClassName
{
color: #3CB887;
}
</style>
background-color css
<style>
a { background-color: #3CB887; }
a { background-color: rgb(60,184,135); }
div.DivClassName
{
background-color: #3CB887;
}
.BgClassName
{
background-color: #3CB887;
}
</style>
border-color css
<style>
span { border-color: #3CB887; }
span { border-color: rgb(60,184,135); }
td.TdClassName
{
border-color: #3CB887;
}
.TagClassName
{
border-color: #3CB887;
}
</style>