Html Css Color HEX #39B38C Jungle Green

📋 copy color: '#39B38C'

red 57 ◦ green 179 ◦ blue 140

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

Shades of Jungle Green #39B38C

Tints of Jungle Green #39B38C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.61%

 BLUE value IS 140 (55.08% from 255) = 37.23%

R = 15.16%
G = 47.61%
B = 37.23%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#39B38C (or 0x39B38C) is known color: Jungle Green. HEX triplet: 39, B3 and 8C. RGB value is (57,179,140). Sum of RGB (Red+Green+Blue) = 57+179+140=376 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.16% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 179 - color contains mainly: green. Hex color #39B38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39B38C is #C64C73. Grayscale: #8A8A8A. Windows color (decimal): -12995700 or 9220921. OLE color: 9220921.

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

Color convert

RGB 57 179 140 -
CMYK 0.68 0 0.22 0.30
HSL 160.82º 0.52% 0.46% -
HSV(B) 160.82º 0.68% 0.7% -
XYZ 22.54 35 30.38 -
YUV 138.08 129.08 70.17 -
System Red Green Blue C M Y K H S L
Decimal 57 179 140 0.68 0 0.22 0.30 160.82 0.52 0.46
Hex 39 B3 8C 44 0 16 1E A1 34 2E
Octal 71 263 214 104 0 26 36 241 64 56
Binary 111001 10110011 10001100 1000100 0 10110 11110 10100001 110100 101110

Color Harmonies of #39B38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39B38C

Black with #39B38C

Text Example


Text Example

White with #39B38C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,179,140); }

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

background-color css

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

 a { background-color: rgb(57,179,140); }

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

border-color css

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

 span { border-color: rgb(57,179,140); }

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