Shades of Jungle Green #3CB688
Tints of Jungle Green #3CB688
RGB
CMYK
RGB Variations
Color information
#3CB688 (or 0x3CB688) is known color: Jungle Green. HEX triplet: 3C, B6 and 88. RGB value is (60,182,136). Sum of RGB (Red+Green+Blue) = 60+182+136=378 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.87% from 378); Green value is 182 (71.48% from 255 or 48.15% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB688 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB688 is #C34977. Grayscale: #8C8C8C. Windows color (decimal): -12798328 or 8959548. OLE color: 8959548.
HSL color Cylindrical-coordinate representation of color #3CB688: hue angle of 157.38º 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 #3CB688 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 182 | 136 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.29 |
| HSL | 157.38º | 0.5% | 0.47% | - |
| HSV(B) | 157.38º | 0.67% | 0.71% | - |
| XYZ | 23.04 | 36.19 | 29.06 | - |
| YUV | 140.28 | 125.58 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 182 | 136 | 0.67 | 0 | 0.25 | 0.29 | 157.38 | 0.5 | 0.47 |
| Hex | 3C | B6 | 88 | 43 | 0 | 19 | 1D | 9D | 32 | 2F |
| Octal | 74 | 266 | 210 | 103 | 0 | 31 | 35 | 235 | 62 | 57 |
| Binary | 111100 | 10110110 | 10001000 | 1000011 | 0 | 11001 | 11101 | 10011101 | 110010 | 101111 |
Color Harmonies of #3CB688
Complementary color
Monochromatic Colors of #3CB688
Black with #3CB688
Text Example
Text Example
White with #3CB688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB688; }
p { color: rgb(60,182,136); }
H1.HeaderClassName
{
color: #3CB688;
}
.AnyTagClassName
{
color: #3CB688;
}
</style>
background-color css
<style>
a { background-color: #3CB688; }
a { background-color: rgb(60,182,136); }
div.DivClassName
{
background-color: #3CB688;
}
.BgClassName
{
background-color: #3CB688;
}
</style>
border-color css
<style>
span { border-color: #3CB688; }
span { border-color: rgb(60,182,136); }
td.TdClassName
{
border-color: #3CB688;
}
.TagClassName
{
border-color: #3CB688;
}
</style>