#32784E

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

Shades of Amazon #32784E

Tints of Amazon #32784E

Color information

#32784E (or 0x32784E) is unknown color: approx Amazon. HEX triplet: 32, 78 and 4E. RGB value is (50,120,78). Sum of RGB (Red+Green+Blue) = 50+120+78=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #32784E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32784E is #CD87B1. Grayscale: #5E5E5E. Windows color (decimal): -13469618 or 5142578. OLE color: 5142578.

HSL color Cylindrical-coordinate representation of color #32784E: hue angle of 144º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32784E is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB5012078-
CMYK0.5800.350.53
HSL144º41.18%33.33%-
HSV(B)144º58.33%47.06%-
XYZ9.4114.669.54-
YUV94.28118.8196.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 120 (47.27% from 255) = 48.39%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=20.16%
G=48.39%
B=31.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50120780.5800.350.5314441.1833.33
Hex32784E3A02335902921
Octal6217011672043652205141
Binary11001011110001001110111010010001111010110010000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32784E; }

 p { color: rgb(50,120,78); }

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

<style>
 a { background-color: #32784E; }

 a { background-color: rgb(50,120,78); }

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

<style>
 span { border-color: #32784E; }

 span { border-color: rgb(50,120,78); }

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