#32795D

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

Shades of Amazon #32795D

Tints of Amazon #32795D

Color information

#32795D (or 0x32795D) is unknown color: approx Amazon. HEX triplet: 32, 79 and 5D. RGB value is (50,121,93). Sum of RGB (Red+Green+Blue) = 50+121+93=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 121 - color contains mainly: green. Hex color #32795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32795D is #CD86A2. Grayscale: #606060. Windows color (decimal): -13469347 or 6125874. OLE color: 6125874.

HSL color Cylindrical-coordinate representation of color #32795D: hue angle of 156.34º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32795D is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB5012193-
CMYK0.5900.230.53
HSL156.34º41.52%33.53%-
HSV(B)156.34º58.68%47.45%-
XYZ10.1315.1412.75-
YUV96.58125.9894.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 121 (47.66% from 255) = 45.83%
BLUE value IS 93 (36.72% from 255) = 35.23%
R=18.94%
G=45.83%
B=35.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121930.5900.230.53156.3441.5233.53
Hex32795D3B017359c2a22
Octal6217113573027652345242
Binary1100101111001101110111101101011111010110011100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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