#327757

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

Shades of Amazon #327757

Tints of Amazon #327757

Color information

#327757 (or 0x327757) is unknown color: approx Amazon. HEX triplet: 32, 77 and 57. RGB value is (50,119,87). Sum of RGB (Red+Green+Blue) = 50+119+87=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #327757 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327757 is #CD88A8. Grayscale: #5E5E5E. Windows color (decimal): -13469865 or 5732146. OLE color: 5732146.

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

Color convert

RGB5011987-
CMYK0.5800.270.53
HSL152.17º40.83%33.14%-
HSV(B)152.17º57.98%46.67%-
XYZ9.6314.5611.32-
YUV94.72123.6496.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 119 (46.88% from 255) = 46.48%
BLUE value IS 87 (34.38% from 255) = 33.98%
R=19.53%
G=46.48%
B=33.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50119870.5800.270.53152.1740.8333.14
Hex3277573A01B35982921
Octal6216712772033652305141
Binary1100101110111101011111101001101111010110011000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327757; }

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

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

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

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

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

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

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

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