Shades of Jungle Green #3CB689
Tints of Jungle Green #3CB689
RGB
CMYK
RGB Variations
Color information
#3CB689 (or 0x3CB689) is known color: Jungle Green. HEX triplet: 3C, B6 and 89. RGB value is (60,182,137). Sum of RGB (Red+Green+Blue) = 60+182+137=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB689 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB689 is #C34976. Grayscale: #8C8C8C. Windows color (decimal): -12798327 or 9025084. OLE color: 9025084.
HSL color Cylindrical-coordinate representation of color #3CB689: hue angle of 157.87º 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 #3CB689 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 182 | 137 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.29 |
| HSL | 157.87º | 0.5% | 0.47% | - |
| HSV(B) | 157.87º | 0.67% | 0.71% | - |
| XYZ | 23.11 | 36.22 | 29.44 | - |
| YUV | 140.39 | 126.08 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 182 | 137 | 0.67 | 0 | 0.25 | 0.29 | 157.87 | 0.5 | 0.47 |
| Hex | 3C | B6 | 89 | 43 | 0 | 19 | 1D | 9E | 32 | 2F |
| Octal | 74 | 266 | 211 | 103 | 0 | 31 | 35 | 236 | 62 | 57 |
| Binary | 111100 | 10110110 | 10001001 | 1000011 | 0 | 11001 | 11101 | 10011110 | 110010 | 101111 |
Color Harmonies of #3CB689
Complementary color
Monochromatic Colors of #3CB689
Black with #3CB689
Text Example
Text Example
White with #3CB689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB689; }
p { color: rgb(60,182,137); }
H1.HeaderClassName
{
color: #3CB689;
}
.AnyTagClassName
{
color: #3CB689;
}
</style>
background-color css
<style>
a { background-color: #3CB689; }
a { background-color: rgb(60,182,137); }
div.DivClassName
{
background-color: #3CB689;
}
.BgClassName
{
background-color: #3CB689;
}
</style>
border-color css
<style>
span { border-color: #3CB689; }
span { border-color: rgb(60,182,137); }
td.TdClassName
{
border-color: #3CB689;
}
.TagClassName
{
border-color: #3CB689;
}
</style>