Shades of Jungle Green #3CB286
Tints of Jungle Green #3CB286
RGB
CMYK
RGB Variations
Color information
#3CB286 (or 0x3CB286) is known color: Jungle Green. HEX triplet: 3C, B2 and 86. RGB value is (60,178,134). Sum of RGB (Red+Green+Blue) = 60+178+134=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB286 is #C34D79. Grayscale: #898989. Windows color (decimal): -12799354 or 8827452. OLE color: 8827452.
HSL color Cylindrical-coordinate representation of color #3CB286: hue angle of 157.63º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB286 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 134 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.30 |
| HSL | 157.63º | 0.5% | 0.47% | - |
| HSV(B) | 157.63º | 0.66% | 0.7% | - |
| XYZ | 22.09 | 34.52 | 28.05 | - |
| YUV | 137.7 | 125.91 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 134 | 0.66 | 0 | 0.25 | 0.30 | 157.63 | 0.5 | 0.47 |
| Hex | 3C | B2 | 86 | 42 | 0 | 19 | 1E | 9E | 32 | 2F |
| Octal | 74 | 262 | 206 | 102 | 0 | 31 | 36 | 236 | 62 | 57 |
| Binary | 111100 | 10110010 | 10000110 | 1000010 | 0 | 11001 | 11110 | 10011110 | 110010 | 101111 |
Color Harmonies of #3CB286
Complementary color
Monochromatic Colors of #3CB286
Black with #3CB286
Text Example
Text Example
White with #3CB286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB286; }
p { color: rgb(60,178,134); }
H1.HeaderClassName
{
color: #3CB286;
}
.AnyTagClassName
{
color: #3CB286;
}
</style>
background-color css
<style>
a { background-color: #3CB286; }
a { background-color: rgb(60,178,134); }
div.DivClassName
{
background-color: #3CB286;
}
.BgClassName
{
background-color: #3CB286;
}
</style>
border-color css
<style>
span { border-color: #3CB286; }
span { border-color: rgb(60,178,134); }
td.TdClassName
{
border-color: #3CB286;
}
.TagClassName
{
border-color: #3CB286;
}
</style>