#32785D

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

Shades of Amazon #32785D

Tints of Amazon #32785D

Color information

#32785D (or 0x32785D) is unknown color: approx Amazon. HEX triplet: 32, 78 and 5D. RGB value is (50,120,93). Sum of RGB (Red+Green+Blue) = 50+120+93=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #32785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32785D is #CD87A2. Grayscale: #606060. Windows color (decimal): -13469603 or 6125618. OLE color: 6125618.

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

Color convert

RGB5012093-
CMYK0.5800.220.53
HSL156.86º41.18%33.33%-
HSV(B)156.86º58.33%47.06%-
XYZ10.0114.912.7-
YUV95.99126.3195.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 120 (47.27% from 255) = 45.63%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=19.01%
G=45.63%
B=35.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50120930.5800.220.53156.8641.1833.33
Hex32785D3A016359d2921
Octal6217013572026652355141
Binary1100101111000101110111101001011011010110011101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32785D; }

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

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

<style>
 a { background-color: #32785D; }

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

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

<style>
 span { border-color: #32785D; }

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

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