Shades of Jungle Green #3CB68F
Tints of Jungle Green #3CB68F
RGB
CMYK
RGB Variations
Color information
#3CB68F (or 0x3CB68F) is known color: Jungle Green. HEX triplet: 3C, B6 and 8F. RGB value is (60,182,143). Sum of RGB (Red+Green+Blue) = 60+182+143=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB68F is #C34970. Grayscale: #8D8D8D. Windows color (decimal): -12798321 or 9418300. OLE color: 9418300.
HSL color Cylindrical-coordinate representation of color #3CB68F: hue angle of 160.82º 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 #3CB68F is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 182 | 143 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.29 |
| HSL | 160.82º | 0.5% | 0.47% | - |
| HSV(B) | 160.82º | 0.67% | 0.71% | - |
| XYZ | 23.55 | 36.4 | 31.77 | - |
| YUV | 141.08 | 129.08 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 182 | 143 | 0.67 | 0 | 0.21 | 0.29 | 160.82 | 0.5 | 0.47 |
| Hex | 3C | B6 | 8F | 43 | 0 | 15 | 1D | A1 | 32 | 2F |
| Octal | 74 | 266 | 217 | 103 | 0 | 25 | 35 | 241 | 62 | 57 |
| Binary | 111100 | 10110110 | 10001111 | 1000011 | 0 | 10101 | 11101 | 10100001 | 110010 | 101111 |
Color Harmonies of #3CB68F
Complementary color
Monochromatic Colors of #3CB68F
Black with #3CB68F
Text Example
Text Example
White with #3CB68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB68F; }
p { color: rgb(60,182,143); }
H1.HeaderClassName
{
color: #3CB68F;
}
.AnyTagClassName
{
color: #3CB68F;
}
</style>
background-color css
<style>
a { background-color: #3CB68F; }
a { background-color: rgb(60,182,143); }
div.DivClassName
{
background-color: #3CB68F;
}
.BgClassName
{
background-color: #3CB68F;
}
</style>
border-color css
<style>
span { border-color: #3CB68F; }
span { border-color: rgb(60,182,143); }
td.TdClassName
{
border-color: #3CB68F;
}
.TagClassName
{
border-color: #3CB68F;
}
</style>