#39B68A

Color #39B68A Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #39B68A

Tints of Jungle Green #39B68A

Color information

#39B68A (or 0x39B68A) is unknown color: approx Jungle Green. HEX triplet: 39, B6 and 8A. RGB value is (57,182,138). Sum of RGB (Red+Green+Blue) = 57+182+138=377 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.12% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #39B68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39B68A is #C64975. Grayscale: #8B8B8B. Windows color (decimal): -12994934 or 9090617. OLE color: 9090617.

HSL color Cylindrical-coordinate representation of color #39B68A: hue angle of 158.88º 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 #39B68A is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB57182138-
CMYK0.6900.240.29
HSL158.88º52.3%46.86%-
HSV(B)158.88º68.68%71.37%-
XYZ2336.1629.81-
YUV139.61127.0969.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.12%
GREEN value IS 182 (71.48% from 255) = 48.28%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=15.12%
G=48.28%
B=36.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal571821380.6900.240.29158.8852.346.86
Hex39B68A450181D9f342f
Octal71266212105030352376457
Binary111001101101101000101010001010110001110110011111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #39B68A;
 }
 .AnyTagClassName
 {
   color: #39B68A;
 }
</style>
background-color css

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

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

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

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

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

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