#327657

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

Shades of Amazon #327657

Tints of Amazon #327657

Color information

#327657 (or 0x327657) is unknown color: approx Amazon. HEX triplet: 32, 76 and 57. RGB value is (50,118,87). Sum of RGB (Red+Green+Blue) = 50+118+87=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #327657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327657 is #CD89A8. Grayscale: #5E5E5E. Windows color (decimal): -13470121 or 5731890. OLE color: 5731890.

HSL color Cylindrical-coordinate representation of color #327657: hue angle of 152.65º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327657 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB5011887-
CMYK0.5800.260.54
HSL152.65º40.48%32.94%-
HSV(B)152.65º57.63%46.27%-
XYZ9.5114.3211.28-
YUV94.13123.9796.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 118 (46.48% from 255) = 46.27%
BLUE value IS 87 (34.38% from 255) = 34.12%
R=19.61%
G=46.27%
B=34.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118870.5800.260.54152.6540.4832.94
Hex3276573A01A36992821
Octal6216612772032662315041
Binary1100101110110101011111101001101011011010011001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327657; }

 p { color: rgb(50,118,87); }

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

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

 a { background-color: rgb(50,118,87); }

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

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

 span { border-color: rgb(50,118,87); }

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