#32784A

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

Shades of Amazon #32784A

Tints of Amazon #32784A

Color information

#32784A (or 0x32784A) is unknown color: approx Amazon. HEX triplet: 32, 78 and 4A. RGB value is (50,120,74). Sum of RGB (Red+Green+Blue) = 50+120+74=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 120 (47.27% from 255 or 49.18% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 120 - color contains mainly: green. Hex color #32784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32784A is #CD87B5. Grayscale: #5D5D5D. Windows color (decimal): -13469622 or 4880434. OLE color: 4880434.

HSL color Cylindrical-coordinate representation of color #32784A: hue angle of 140.57º 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 #32784A is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB5012074-
CMYK0.5800.380.53
HSL140.57º41.18%33.33%-
HSV(B)140.57º58.33%47.06%-
XYZ9.2714.618.81-
YUV93.83116.8196.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.49%
GREEN value IS 120 (47.27% from 255) = 49.18%
BLUE value IS 74 (29.30% from 255) = 30.33%
R=20.49%
G=49.18%
B=30.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50120740.5800.380.53140.5741.1833.33
Hex32784A3A026358d2921
Octal6217011272046652155141
Binary11001011110001001010111010010011011010110001101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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