Shades of Jungle Green #3CB48A
Tints of Jungle Green #3CB48A
RGB
CMYK
RGB Variations
Color information
#3CB48A (or 0x3CB48A) is known color: Jungle Green. HEX triplet: 3C, B4 and 8A. RGB value is (60,180,138). Sum of RGB (Red+Green+Blue) = 60+180+138=378 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.87% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB48A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB48A is #C34B75. Grayscale: #8B8B8B. Windows color (decimal): -12798838 or 9090108. OLE color: 9090108.
HSL color Cylindrical-coordinate representation of color #3CB48A: hue angle of 159º 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 #3CB48A is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 180 | 138 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.29 |
| HSL | 159º | 0.5% | 0.47% | - |
| HSV(B) | 159º | 0.67% | 0.71% | - |
| XYZ | 22.77 | 35.44 | 29.68 | - |
| YUV | 139.33 | 127.24 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 180 | 138 | 0.67 | 0 | 0.23 | 0.29 | 159 | 0.5 | 0.47 |
| Hex | 3C | B4 | 8A | 43 | 0 | 17 | 1D | 9F | 32 | 2F |
| Octal | 74 | 264 | 212 | 103 | 0 | 27 | 35 | 237 | 62 | 57 |
| Binary | 111100 | 10110100 | 10001010 | 1000011 | 0 | 10111 | 11101 | 10011111 | 110010 | 101111 |
Color Harmonies of #3CB48A
Complementary color
Monochromatic Colors of #3CB48A
Black with #3CB48A
Text Example
Text Example
White with #3CB48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB48A; }
p { color: rgb(60,180,138); }
H1.HeaderClassName
{
color: #3CB48A;
}
.AnyTagClassName
{
color: #3CB48A;
}
</style>
background-color css
<style>
a { background-color: #3CB48A; }
a { background-color: rgb(60,180,138); }
div.DivClassName
{
background-color: #3CB48A;
}
.BgClassName
{
background-color: #3CB48A;
}
</style>
border-color css
<style>
span { border-color: #3CB48A; }
span { border-color: rgb(60,180,138); }
td.TdClassName
{
border-color: #3CB48A;
}
.TagClassName
{
border-color: #3CB48A;
}
</style>