#32AE80

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

Shades of Jungle Green #32AE80

Tints of Jungle Green #32AE80

Color information

#32AE80 (or 0x32AE80) is unknown color: approx Jungle Green. HEX triplet: 32, AE and 80. RGB value is (50,174,128). Sum of RGB (Red+Green+Blue) = 50+174+128=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 174 - color contains mainly: green. Hex color #32AE80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AE80 is #CD517F. Grayscale: #838383. Windows color (decimal): -13455744 or 8433202. OLE color: 8433202.

HSL color Cylindrical-coordinate representation of color #32AE80: hue angle of 157.74º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AE80 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB50174128-
CMYK0.7100.260.32
HSL157.74º55.36%43.92%-
HSV(B)157.74º71.26%68.24%-
XYZ20.3532.5125.62-
YUV131.68125.9269.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.20%
GREEN value IS 174 (68.36% from 255) = 49.43%
BLUE value IS 128 (50.39% from 255) = 36.36%
R=14.20%
G=49.43%
B=36.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal501741280.7100.260.32157.7455.3643.92
Hex32AE804701A209e372c
Octal62256200107032402366754
Binary1100101010111010000000100011101101010000010011110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32AE80; }

 p { color: rgb(50,174,128); }

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

<style>
 a { background-color: #32AE80; }

 a { background-color: rgb(50,174,128); }

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

<style>
 span { border-color: #32AE80; }

 span { border-color: rgb(50,174,128); }

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