Shades of Jungle Green #3CB68E
Tints of Jungle Green #3CB68E
RGB
CMYK
RGB Variations
Color information
#3CB68E (or 0x3CB68E) is known color: Jungle Green. HEX triplet: 3C, B6 and 8E. RGB value is (60,182,142). Sum of RGB (Red+Green+Blue) = 60+182+142=384 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.62% from 384); Green value is 182 (71.48% from 255 or 47.40% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB68E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB68E is #C34971. Grayscale: #8D8D8D. Windows color (decimal): -12798322 or 9352764. OLE color: 9352764.
HSL color Cylindrical-coordinate representation of color #3CB68E: hue angle of 160.33º 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 #3CB68E is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 182 | 142 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.29 |
| HSL | 160.33º | 0.5% | 0.47% | - |
| HSV(B) | 160.33º | 0.67% | 0.71% | - |
| XYZ | 23.47 | 36.37 | 31.37 | - |
| YUV | 140.96 | 128.58 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 182 | 142 | 0.67 | 0 | 0.22 | 0.29 | 160.33 | 0.5 | 0.47 |
| Hex | 3C | B6 | 8E | 43 | 0 | 16 | 1D | A0 | 32 | 2F |
| Octal | 74 | 266 | 216 | 103 | 0 | 26 | 35 | 240 | 62 | 57 |
| Binary | 111100 | 10110110 | 10001110 | 1000011 | 0 | 10110 | 11101 | 10100000 | 110010 | 101111 |
Color Harmonies of #3CB68E
Complementary color
Monochromatic Colors of #3CB68E
Black with #3CB68E
Text Example
Text Example
White with #3CB68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB68E; }
p { color: rgb(60,182,142); }
H1.HeaderClassName
{
color: #3CB68E;
}
.AnyTagClassName
{
color: #3CB68E;
}
</style>
background-color css
<style>
a { background-color: #3CB68E; }
a { background-color: rgb(60,182,142); }
div.DivClassName
{
background-color: #3CB68E;
}
.BgClassName
{
background-color: #3CB68E;
}
</style>
border-color css
<style>
span { border-color: #3CB68E; }
span { border-color: rgb(60,182,142); }
td.TdClassName
{
border-color: #3CB68E;
}
.TagClassName
{
border-color: #3CB68E;
}
</style>