Shades of Jungle Green #3CB586
Tints of Jungle Green #3CB586
RGB
CMYK
RGB Variations
Color information
#3CB586 (or 0x3CB586) is known color: Jungle Green. HEX triplet: 3C, B5 and 86. RGB value is (60,181,134). Sum of RGB (Red+Green+Blue) = 60+181+134=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB586 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB586 is #C34A79. Grayscale: #8B8B8B. Windows color (decimal): -12798586 or 8828220. OLE color: 8828220.
HSL color Cylindrical-coordinate representation of color #3CB586: hue angle of 156.69º 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 #3CB586 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 181 | 134 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.29 |
| HSL | 156.69º | 0.5% | 0.47% | - |
| HSV(B) | 156.69º | 0.67% | 0.71% | - |
| XYZ | 22.69 | 35.73 | 28.25 | - |
| YUV | 139.46 | 124.91 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 181 | 134 | 0.67 | 0 | 0.26 | 0.29 | 156.69 | 0.5 | 0.47 |
| Hex | 3C | B5 | 86 | 43 | 0 | 1A | 1D | 9D | 32 | 2F |
| Octal | 74 | 265 | 206 | 103 | 0 | 32 | 35 | 235 | 62 | 57 |
| Binary | 111100 | 10110101 | 10000110 | 1000011 | 0 | 11010 | 11101 | 10011101 | 110010 | 101111 |
Color Harmonies of #3CB586
Complementary color
Monochromatic Colors of #3CB586
Black with #3CB586
Text Example
Text Example
White with #3CB586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB586; }
p { color: rgb(60,181,134); }
H1.HeaderClassName
{
color: #3CB586;
}
.AnyTagClassName
{
color: #3CB586;
}
</style>
background-color css
<style>
a { background-color: #3CB586; }
a { background-color: rgb(60,181,134); }
div.DivClassName
{
background-color: #3CB586;
}
.BgClassName
{
background-color: #3CB586;
}
</style>
border-color css
<style>
span { border-color: #3CB586; }
span { border-color: rgb(60,181,134); }
td.TdClassName
{
border-color: #3CB586;
}
.TagClassName
{
border-color: #3CB586;
}
</style>