Html Css Color HEX #39B68E Jungle Green

📋 copy color: '#39B68E'

red 57 ◦ green 182 ◦ blue 142

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

Shades of Jungle Green #39B68E

Tints of Jungle Green #39B68E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.77%

 BLUE value IS 142 (55.86% from 255) = 37.27%

R = 14.96%
G = 47.77%
B = 37.27%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#39B68E (or 0x39B68E) is known color: Jungle Green. HEX triplet: 39, B6 and 8E. RGB value is (57,182,142). Sum of RGB (Red+Green+Blue) = 57+182+142=381 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.96% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #39B68E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39B68E is #C64971. Grayscale: #8C8C8C. Windows color (decimal): -12994930 or 9352761. OLE color: 9352761.

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

Color convert

RGB 57 182 142 -
CMYK 0.69 0 0.22 0.29
HSL 160.8º 0.52% 0.47% -
HSV(B) 160.8º 0.69% 0.71% -
XYZ 23.3 36.28 31.37 -
YUV 140.07 129.09 68.75 -
System Red Green Blue C M Y K H S L
Decimal 57 182 142 0.69 0 0.22 0.29 160.8 0.52 0.47
Hex 39 B6 8E 45 0 16 1D A1 34 2F
Octal 71 266 216 105 0 26 35 241 64 57
Binary 111001 10110110 10001110 1000101 0 10110 11101 10100001 110100 101111

Color Harmonies of #39B68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39B68E

Black with #39B68E

Text Example


Text Example

White with #39B68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,182,142); }

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

background-color css

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

 a { background-color: rgb(57,182,142); }

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

border-color css

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

 span { border-color: rgb(57,182,142); }

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