#39B986

Color #39B986 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #39B986

Tints of Jungle Green #39B986

Color information

#39B986 (or 0x39B986) is unknown color: approx Jungle Green. HEX triplet: 39, B9 and 86. RGB value is (57,185,134). Sum of RGB (Red+Green+Blue) = 57+185+134=376 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.16% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #39B986 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39B986 is #C64679. Grayscale: #8C8C8C. Windows color (decimal): -12994170 or 8829241. OLE color: 8829241.

HSL color Cylindrical-coordinate representation of color #39B986: hue angle of 156.09º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39B986 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB57185134-
CMYK0.6900.280.27
HSL156.09º52.89%47.45%-
HSV(B)156.09º69.19%72.55%-
XYZ23.3437.2928.52-
YUV140.91124.0968.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 15.16%
GREEN value IS 185 (72.66% from 255) = 49.20%
BLUE value IS 134 (52.73% from 255) = 35.64%
R=15.16%
G=49.20%
B=35.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal571851340.6900.280.27156.0952.8947.45
Hex39B9864501C1B9c352f
Octal71271206105034332346557
Binary111001101110011000011010001010111001101110011100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39B986; }

 p { color: rgb(57,185,134); }

 H1.HeaderClassName
 {
   color: #39B986;
 }
 .AnyTagClassName
 {
   color: #39B986;
 }
</style>
background-color css

<style>
 a { background-color: #39B986; }

 a { background-color: rgb(57,185,134); }

 div.DivClassName
 {
   background-color: #39B986;
 }
 .BgClassName
 {
   background-color: #39B986;
 }
</style>
border-color css

<style>
 span { border-color: #39B986; }

 span { border-color: rgb(57,185,134); }

 td.TdClassName
 {
   border-color: #39B986;
 }
 .TagClassName
 {
   border-color: #39B986;
 }
</style>