#32AA5E

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

Shades of Eucalyptus #32AA5E

Tints of Eucalyptus #32AA5E

Color information

#32AA5E (or 0x32AA5E) is unknown color: approx Eucalyptus. HEX triplet: 32, AA and 5E. RGB value is (50,170,94). Sum of RGB (Red+Green+Blue) = 50+170+94=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AA5E is #CD55A1. Grayscale: #7D7D7D. Windows color (decimal): -13456802 or 6203954. OLE color: 6203954.

HSL color Cylindrical-coordinate representation of color #32AA5E: hue angle of 142º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AA5E is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB5017094-
CMYK0.7100.450.33
HSL142º54.55%43.14%-
HSV(B)142º70.59%66.67%-
XYZ17.7130.2415.49-
YUV125.46110.2474.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.92%
GREEN value IS 170 (66.80% from 255) = 54.14%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=15.92%
G=54.14%
B=29.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50170940.7100.450.3314254.5543.14
Hex32AA5E4702D218e372b
Octal62252136107055412166753
Binary1100101010101010111101000111010110110000110001110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,170,94); }

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

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

 a { background-color: rgb(50,170,94); }

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

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

 span { border-color: rgb(50,170,94); }

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