#32784B

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

Shades of Amazon #32784B

Tints of Amazon #32784B

Color information

#32784B (or 0x32784B) is unknown color: approx Amazon. HEX triplet: 32, 78 and 4B. RGB value is (50,120,75). Sum of RGB (Red+Green+Blue) = 50+120+75=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #32784B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32784B is #CD87B4. Grayscale: #5E5E5E. Windows color (decimal): -13469621 or 4945970. OLE color: 4945970.

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

Color convert

RGB5012075-
CMYK0.5800.370.53
HSL141.43º41.18%33.33%-
HSV(B)141.43º58.33%47.06%-
XYZ9.314.628.99-
YUV93.94117.3196.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=20.41%
G=48.98%
B=30.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50120750.5800.370.53141.4341.1833.33
Hex32784B3A025358d2921
Octal6217011372045652155141
Binary11001011110001001011111010010010111010110001101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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