Shades of Jungle Green #3CB587
Tints of Jungle Green #3CB587
RGB
CMYK
RGB Variations
Color information
#3CB587 (or 0x3CB587) is known color: Jungle Green. HEX triplet: 3C, B5 and 87. RGB value is (60,181,135). Sum of RGB (Red+Green+Blue) = 60+181+135=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB587 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB587 is #C34A78. Grayscale: #8B8B8B. Windows color (decimal): -12798585 or 8893756. OLE color: 8893756.
HSL color Cylindrical-coordinate representation of color #3CB587: hue angle of 157.19º degrees, saturation: 0.5, 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 #3CB587 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 181 | 135 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.29 |
| HSL | 157.19º | 0.5% | 0.47% | - |
| HSV(B) | 157.19º | 0.67% | 0.71% | - |
| XYZ | 22.76 | 35.76 | 28.62 | - |
| YUV | 139.58 | 125.41 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 181 | 135 | 0.67 | 0 | 0.25 | 0.29 | 157.19 | 0.5 | 0.47 |
| Hex | 3C | B5 | 87 | 43 | 0 | 19 | 1D | 9D | 32 | 2F |
| Octal | 74 | 265 | 207 | 103 | 0 | 31 | 35 | 235 | 62 | 57 |
| Binary | 111100 | 10110101 | 10000111 | 1000011 | 0 | 11001 | 11101 | 10011101 | 110010 | 101111 |
Color Harmonies of #3CB587
Complementary color
Monochromatic Colors of #3CB587
Black with #3CB587
Text Example
Text Example
White with #3CB587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB587; }
p { color: rgb(60,181,135); }
H1.HeaderClassName
{
color: #3CB587;
}
.AnyTagClassName
{
color: #3CB587;
}
</style>
background-color css
<style>
a { background-color: #3CB587; }
a { background-color: rgb(60,181,135); }
div.DivClassName
{
background-color: #3CB587;
}
.BgClassName
{
background-color: #3CB587;
}
</style>
border-color css
<style>
span { border-color: #3CB587; }
span { border-color: rgb(60,181,135); }
td.TdClassName
{
border-color: #3CB587;
}
.TagClassName
{
border-color: #3CB587;
}
</style>