Html Css Color HEX #39B486 Jungle Green

📋 copy color: '#39B486'

red 57 ◦ green 180 ◦ blue 134

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

Shades of Jungle Green #39B486

Tints of Jungle Green #39B486

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.52%

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

R = 15.36%
G = 48.52%
B = 36.12%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#39B486 (or 0x39B486) is known color: Jungle Green. HEX triplet: 39, B4 and 86. RGB value is (57,180,134). Sum of RGB (Red+Green+Blue) = 57+180+134=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #39B486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39B486 is #C64B79. Grayscale: #8A8A8A. Windows color (decimal): -12995450 or 8827961. OLE color: 8827961.

HSL color Cylindrical-coordinate representation of color #39B486: hue angle of 157.56º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39B486 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 57 180 134 -
CMYK 0.68 0 0.26 0.29
HSL 157.56º 0.52% 0.46% -
HSV(B) 157.56º 0.68% 0.71% -
XYZ 22.31 35.23 28.18 -
YUV 137.98 125.75 70.24 -
System Red Green Blue C M Y K H S L
Decimal 57 180 134 0.68 0 0.26 0.29 157.56 0.52 0.46
Hex 39 B4 86 44 0 1A 1D 9E 34 2E
Octal 71 264 206 104 0 32 35 236 64 56
Binary 111001 10110100 10000110 1000100 0 11010 11101 10011110 110100 101110

Color Harmonies of #39B486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39B486

Black with #39B486

Text Example


Text Example

White with #39B486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #39B486;
 }
 .AnyTagClassName
 {
   color: #39B486;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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