Html Css Color HEX #39B38F Jungle Green

📋 copy color: '#39B38F'

red 57 ◦ green 179 ◦ blue 143

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

Shades of Jungle Green #39B38F

Tints of Jungle Green #39B38F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.73%

R = 15.04%
G = 47.23%
B = 37.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#39B38F (or 0x39B38F) is known color: Jungle Green. HEX triplet: 39, B3 and 8F. RGB value is (57,179,143). Sum of RGB (Red+Green+Blue) = 57+179+143=379 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.04% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #39B38F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39B38F is #C64C70. Grayscale: #8A8A8A. Windows color (decimal): -12995697 or 9417529. OLE color: 9417529.

HSL color Cylindrical-coordinate representation of color #39B38F: hue angle of 162.3º 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 #39B38F is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 57 179 143 -
CMYK 0.68 0 0.20 0.30
HSL 162.3º 0.52% 0.46% -
HSV(B) 162.3º 0.68% 0.7% -
XYZ 22.77 35.09 31.56 -
YUV 138.42 130.58 69.93 -
System Red Green Blue C M Y K H S L
Decimal 57 179 143 0.68 0 0.20 0.30 162.3 0.52 0.46
Hex 39 B3 8F 44 0 14 1E A2 34 2E
Octal 71 263 217 104 0 24 36 242 64 56
Binary 111001 10110011 10001111 1000100 0 10100 11110 10100010 110100 101110

Color Harmonies of #39B38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39B38F

Black with #39B38F

Text Example


Text Example

White with #39B38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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