Shades of Jungle Green #39B18D
Tints of Jungle Green #39B18D
RGB
CMYK
RGB Variations
Color information
#39B18D (or 0x39B18D) is known color: Jungle Green. HEX triplet: 39, B1 and 8D. RGB value is (57,177,141). Sum of RGB (Red+Green+Blue) = 57+177+141=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #39B18D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39B18D is #C64E72. Grayscale: #898989. Windows color (decimal): -12996211 or 9285945. OLE color: 9285945.
HSL color Cylindrical-coordinate representation of color #39B18D: hue angle of 162º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39B18D is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 177 | 141 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.31 |
| HSL | 162º | 0.51% | 0.46% | - |
| HSV(B) | 162º | 0.68% | 0.69% | - |
| XYZ | 22.22 | 34.24 | 30.64 | - |
| YUV | 137.02 | 130.24 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 177 | 141 | 0.68 | 0 | 0.20 | 0.31 | 162 | 0.51 | 0.46 |
| Hex | 39 | B1 | 8D | 44 | 0 | 14 | 1F | A2 | 33 | 2E |
| Octal | 71 | 261 | 215 | 104 | 0 | 24 | 37 | 242 | 63 | 56 |
| Binary | 111001 | 10110001 | 10001101 | 1000100 | 0 | 10100 | 11111 | 10100010 | 110011 | 101110 |
Color Harmonies of #39B18D
Complementary color
Monochromatic Colors of #39B18D
Black with #39B18D
Text Example
Text Example
White with #39B18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39B18D; }
p { color: rgb(57,177,141); }
H1.HeaderClassName
{
color: #39B18D;
}
.AnyTagClassName
{
color: #39B18D;
}
</style>
background-color css
<style>
a { background-color: #39B18D; }
a { background-color: rgb(57,177,141); }
div.DivClassName
{
background-color: #39B18D;
}
.BgClassName
{
background-color: #39B18D;
}
</style>
border-color css
<style>
span { border-color: #39B18D; }
span { border-color: rgb(57,177,141); }
td.TdClassName
{
border-color: #39B18D;
}
.TagClassName
{
border-color: #39B18D;
}
</style>