Shades of Jungle Green #3CB591
Tints of Jungle Green #3CB591
RGB
CMYK
RGB Variations
Color information
#3CB591 (or 0x3CB591) is known color: Jungle Green. HEX triplet: 3C, B5 and 91. RGB value is (60,181,145). Sum of RGB (Red+Green+Blue) = 60+181+145=386 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.54% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB591 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB591 is #C34A6E. Grayscale: #8C8C8C. Windows color (decimal): -12798575 or 9549116. OLE color: 9549116.
HSL color Cylindrical-coordinate representation of color #3CB591: hue angle of 162.15º 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 #3CB591 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 181 | 145 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.29 |
| HSL | 162.15º | 0.5% | 0.47% | - |
| HSV(B) | 162.15º | 0.67% | 0.71% | - |
| XYZ | 23.5 | 36.05 | 32.51 | - |
| YUV | 140.72 | 130.41 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 181 | 145 | 0.67 | 0 | 0.20 | 0.29 | 162.15 | 0.5 | 0.47 |
| Hex | 3C | B5 | 91 | 43 | 0 | 14 | 1D | A2 | 32 | 2F |
| Octal | 74 | 265 | 221 | 103 | 0 | 24 | 35 | 242 | 62 | 57 |
| Binary | 111100 | 10110101 | 10010001 | 1000011 | 0 | 10100 | 11101 | 10100010 | 110010 | 101111 |
Color Harmonies of #3CB591
Complementary color
Monochromatic Colors of #3CB591
Black with #3CB591
Text Example
Text Example
White with #3CB591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB591; }
p { color: rgb(60,181,145); }
H1.HeaderClassName
{
color: #3CB591;
}
.AnyTagClassName
{
color: #3CB591;
}
</style>
background-color css
<style>
a { background-color: #3CB591; }
a { background-color: rgb(60,181,145); }
div.DivClassName
{
background-color: #3CB591;
}
.BgClassName
{
background-color: #3CB591;
}
</style>
border-color css
<style>
span { border-color: #3CB591; }
span { border-color: rgb(60,181,145); }
td.TdClassName
{
border-color: #3CB591;
}
.TagClassName
{
border-color: #3CB591;
}
</style>