Shades of Jungle Green #3CB68C
Tints of Jungle Green #3CB68C
RGB
CMYK
RGB Variations
Color information
#3CB68C (or 0x3CB68C) is known color: Jungle Green. HEX triplet: 3C, B6 and 8C. RGB value is (60,182,140). Sum of RGB (Red+Green+Blue) = 60+182+140=382 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.71% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB68C is #C34973. Grayscale: #8C8C8C. Windows color (decimal): -12798324 or 9221692. OLE color: 9221692.
HSL color Cylindrical-coordinate representation of color #3CB68C: hue angle of 159.34º 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 #3CB68C is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 182 | 140 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.29 |
| HSL | 159.34º | 0.5% | 0.47% | - |
| HSV(B) | 159.34º | 0.67% | 0.71% | - |
| XYZ | 23.33 | 36.31 | 30.59 | - |
| YUV | 140.73 | 127.58 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 182 | 140 | 0.67 | 0 | 0.23 | 0.29 | 159.34 | 0.5 | 0.47 |
| Hex | 3C | B6 | 8C | 43 | 0 | 17 | 1D | 9F | 32 | 2F |
| Octal | 74 | 266 | 214 | 103 | 0 | 27 | 35 | 237 | 62 | 57 |
| Binary | 111100 | 10110110 | 10001100 | 1000011 | 0 | 10111 | 11101 | 10011111 | 110010 | 101111 |
Color Harmonies of #3CB68C
Complementary color
Monochromatic Colors of #3CB68C
Black with #3CB68C
Text Example
Text Example
White with #3CB68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB68C; }
p { color: rgb(60,182,140); }
H1.HeaderClassName
{
color: #3CB68C;
}
.AnyTagClassName
{
color: #3CB68C;
}
</style>
background-color css
<style>
a { background-color: #3CB68C; }
a { background-color: rgb(60,182,140); }
div.DivClassName
{
background-color: #3CB68C;
}
.BgClassName
{
background-color: #3CB68C;
}
</style>
border-color css
<style>
span { border-color: #3CB68C; }
span { border-color: rgb(60,182,140); }
td.TdClassName
{
border-color: #3CB68C;
}
.TagClassName
{
border-color: #3CB68C;
}
</style>