Shades of Jungle Green #3EB68D
Tints of Jungle Green #3EB68D
RGB
CMYK
RGB Variations
Color information
#3EB68D (or 0x3EB68D) is known color: Jungle Green. HEX triplet: 3E, B6 and 8D. RGB value is (62,182,141). Sum of RGB (Red+Green+Blue) = 62+182+141=385 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.10% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #3EB68D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EB68D is #C14972. Grayscale: #8D8D8D. Windows color (decimal): -12667251 or 9287230. OLE color: 9287230.
HSL color Cylindrical-coordinate representation of color #3EB68D: hue angle of 159.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3EB68D is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 62 | 182 | 141 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.29 |
| HSL | 159.5º | 0.49% | 0.48% | - |
| HSV(B) | 159.5º | 0.66% | 0.71% | - |
| XYZ | 23.52 | 36.4 | 30.99 | - |
| YUV | 141.45 | 127.74 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 182 | 141 | 0.66 | 0 | 0.23 | 0.29 | 159.5 | 0.49 | 0.48 |
| Hex | 3E | B6 | 8D | 42 | 0 | 17 | 1D | A0 | 31 | 30 |
| Octal | 76 | 266 | 215 | 102 | 0 | 27 | 35 | 240 | 61 | 60 |
| Binary | 111110 | 10110110 | 10001101 | 1000010 | 0 | 10111 | 11101 | 10100000 | 110001 | 110000 |
Color Harmonies of #3EB68D
Complementary color
Monochromatic Colors of #3EB68D
Black with #3EB68D
Text Example
Text Example
White with #3EB68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB68D; }
p { color: rgb(62,182,141); }
H1.HeaderClassName
{
color: #3EB68D;
}
.AnyTagClassName
{
color: #3EB68D;
}
</style>
background-color css
<style>
a { background-color: #3EB68D; }
a { background-color: rgb(62,182,141); }
div.DivClassName
{
background-color: #3EB68D;
}
.BgClassName
{
background-color: #3EB68D;
}
</style>
border-color css
<style>
span { border-color: #3EB68D; }
span { border-color: rgb(62,182,141); }
td.TdClassName
{
border-color: #3EB68D;
}
.TagClassName
{
border-color: #3EB68D;
}
</style>