Shades of Jungle Green #3EB68A
Tints of Jungle Green #3EB68A
RGB
CMYK
RGB Variations
Color information
#3EB68A (or 0x3EB68A) is known color: Jungle Green. HEX triplet: 3E, B6 and 8A. RGB value is (62,182,138). Sum of RGB (Red+Green+Blue) = 62+182+138=382 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.23% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 182 - color contains mainly: green. Hex color #3EB68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3EB68A is #C14975. Grayscale: #8D8D8D. Windows color (decimal): -12667254 or 9090622. OLE color: 9090622.
HSL color Cylindrical-coordinate representation of color #3EB68A: hue angle of 158º 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 #3EB68A is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 62 | 182 | 138 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.29 |
| HSL | 158º | 0.49% | 0.48% | - |
| HSV(B) | 158º | 0.66% | 0.71% | - |
| XYZ | 23.3 | 36.32 | 29.83 | - |
| YUV | 141.1 | 126.24 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 182 | 138 | 0.66 | 0 | 0.24 | 0.29 | 158 | 0.49 | 0.48 |
| Hex | 3E | B6 | 8A | 42 | 0 | 18 | 1D | 9E | 31 | 30 |
| Octal | 76 | 266 | 212 | 102 | 0 | 30 | 35 | 236 | 61 | 60 |
| Binary | 111110 | 10110110 | 10001010 | 1000010 | 0 | 11000 | 11101 | 10011110 | 110001 | 110000 |
Color Harmonies of #3EB68A
Complementary color
Monochromatic Colors of #3EB68A
Black with #3EB68A
Text Example
Text Example
White with #3EB68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB68A; }
p { color: rgb(62,182,138); }
H1.HeaderClassName
{
color: #3EB68A;
}
.AnyTagClassName
{
color: #3EB68A;
}
</style>
background-color css
<style>
a { background-color: #3EB68A; }
a { background-color: rgb(62,182,138); }
div.DivClassName
{
background-color: #3EB68A;
}
.BgClassName
{
background-color: #3EB68A;
}
</style>
border-color css
<style>
span { border-color: #3EB68A; }
span { border-color: rgb(62,182,138); }
td.TdClassName
{
border-color: #3EB68A;
}
.TagClassName
{
border-color: #3EB68A;
}
</style>