Shades of Jungle Green #39BA8A
Tints of Jungle Green #39BA8A
RGB
CMYK
RGB Variations
Color information
#39BA8A (or 0x39BA8A) is known color: Jungle Green. HEX triplet: 39, BA and 8A. RGB value is (57,186,138). Sum of RGB (Red+Green+Blue) = 57+186+138=381 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.96% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #39BA8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39BA8A is #C64575. Grayscale: #8E8E8E. Windows color (decimal): -12993910 or 9091641. OLE color: 9091641.
HSL color Cylindrical-coordinate representation of color #39BA8A: hue angle of 157.67º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39BA8A is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 186 | 138 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.27 |
| HSL | 157.67º | 0.53% | 0.48% | - |
| HSV(B) | 157.67º | 0.69% | 0.73% | - |
| XYZ | 23.83 | 37.82 | 30.09 | - |
| YUV | 141.96 | 125.76 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 186 | 138 | 0.69 | 0 | 0.26 | 0.27 | 157.67 | 0.53 | 0.48 |
| Hex | 39 | BA | 8A | 45 | 0 | 1A | 1B | 9E | 35 | 30 |
| Octal | 71 | 272 | 212 | 105 | 0 | 32 | 33 | 236 | 65 | 60 |
| Binary | 111001 | 10111010 | 10001010 | 1000101 | 0 | 11010 | 11011 | 10011110 | 110101 | 110000 |
Color Harmonies of #39BA8A
Complementary color
Monochromatic Colors of #39BA8A
Black with #39BA8A
Text Example
Text Example
White with #39BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BA8A; }
p { color: rgb(57,186,138); }
H1.HeaderClassName
{
color: #39BA8A;
}
.AnyTagClassName
{
color: #39BA8A;
}
</style>
background-color css
<style>
a { background-color: #39BA8A; }
a { background-color: rgb(57,186,138); }
div.DivClassName
{
background-color: #39BA8A;
}
.BgClassName
{
background-color: #39BA8A;
}
</style>
border-color css
<style>
span { border-color: #39BA8A; }
span { border-color: rgb(57,186,138); }
td.TdClassName
{
border-color: #39BA8A;
}
.TagClassName
{
border-color: #39BA8A;
}
</style>