#32785B

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

Shades of Amazon #32785B

Tints of Amazon #32785B

Color information

#32785B (or 0x32785B) is unknown color: approx Amazon. HEX triplet: 32, 78 and 5B. RGB value is (50,120,91). Sum of RGB (Red+Green+Blue) = 50+120+91=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #32785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32785B is #CD87A4. Grayscale: #5F5F5F. Windows color (decimal): -13469605 or 5994546. OLE color: 5994546.

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

Color convert

RGB5012091-
CMYK0.5800.240.53
HSL155.14º41.18%33.33%-
HSV(B)155.14º58.33%47.06%-
XYZ9.9214.8712.24-
YUV95.76125.3195.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 120 (47.27% from 255) = 45.98%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=19.16%
G=45.98%
B=34.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50120910.5800.240.53155.1441.1833.33
Hex32785B3A018359b2921
Octal6217013372030652335141
Binary1100101111000101101111101001100011010110011011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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