Html Css Color HEX #39B986 Jungle Green

📋 copy color: '#39B986'

red 57 ◦ green 185 ◦ blue 134

#39B986
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #39B986

Tints of Jungle Green #39B986

RGB

 RED value IS 57 (22.66% from 255) = 15.16%

 GREEN value IS 185 (72.66% from 255) = 49.2%

 BLUE value IS 134 (52.73% from 255) = 35.64%

R = 15.16%
G = 49.2%
B = 35.64%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#39B986 (or 0x39B986) is known color: 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

RGB 57 185 134 -
CMYK 0.69 0 0.28 0.27
HSL 156.09º 0.53% 0.47% -
HSV(B) 156.09º 0.69% 0.73% -
XYZ 23.34 37.29 28.52 -
YUV 140.91 124.09 68.15 -
System Red Green Blue C M Y K H S L
Decimal 57 185 134 0.69 0 0.28 0.27 156.09 0.53 0.47
Hex 39 B9 86 45 0 1C 1B 9C 35 2F
Octal 71 271 206 105 0 34 33 234 65 57
Binary 111001 10111001 10000110 1000101 0 11100 11011 10011100 110101 101111

Color Harmonies of #39B986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39B986

Black with #39B986

Text Example


Text Example

White with #39B986

Text Example


Text Example

HTML Codes & Css Web 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>