Shades of Jungle Green #3CB68A
Tints of Jungle Green #3CB68A
RGB
CMYK
RGB Variations
Color information
#3CB68A (or 0x3CB68A) is known color: Jungle Green. HEX triplet: 3C, B6 and 8A. RGB value is (60,182,138). Sum of RGB (Red+Green+Blue) = 60+182+138=380 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.79% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB68A is #C34975. Grayscale: #8C8C8C. Windows color (decimal): -12798326 or 9090620. OLE color: 9090620.
HSL color Cylindrical-coordinate representation of color #3CB68A: hue angle of 158.36º 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 #3CB68A is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 182 | 138 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.29 |
| HSL | 158.36º | 0.5% | 0.47% | - |
| HSV(B) | 158.36º | 0.67% | 0.71% | - |
| XYZ | 23.18 | 36.25 | 29.82 | - |
| YUV | 140.51 | 126.58 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 182 | 138 | 0.67 | 0 | 0.24 | 0.29 | 158.36 | 0.5 | 0.47 |
| Hex | 3C | B6 | 8A | 43 | 0 | 18 | 1D | 9E | 32 | 2F |
| Octal | 74 | 266 | 212 | 103 | 0 | 30 | 35 | 236 | 62 | 57 |
| Binary | 111100 | 10110110 | 10001010 | 1000011 | 0 | 11000 | 11101 | 10011110 | 110010 | 101111 |
Color Harmonies of #3CB68A
Complementary color
Monochromatic Colors of #3CB68A
Black with #3CB68A
Text Example
Text Example
White with #3CB68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB68A; }
p { color: rgb(60,182,138); }
H1.HeaderClassName
{
color: #3CB68A;
}
.AnyTagClassName
{
color: #3CB68A;
}
</style>
background-color css
<style>
a { background-color: #3CB68A; }
a { background-color: rgb(60,182,138); }
div.DivClassName
{
background-color: #3CB68A;
}
.BgClassName
{
background-color: #3CB68A;
}
</style>
border-color css
<style>
span { border-color: #3CB68A; }
span { border-color: rgb(60,182,138); }
td.TdClassName
{
border-color: #3CB68A;
}
.TagClassName
{
border-color: #3CB68A;
}
</style>