#327F50

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

Shades of Amazon #327F50

Tints of Amazon #327F50

Color information

#327F50 (or 0x327F50) is unknown color: approx Amazon. HEX triplet: 32, 7F and 50. RGB value is (50,127,80). Sum of RGB (Red+Green+Blue) = 50+127+80=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 127 - color contains mainly: green. Hex color #327F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F50 is #CD80AF. Grayscale: #626262. Windows color (decimal): -13467824 or 5275442. OLE color: 5275442.

HSL color Cylindrical-coordinate representation of color #327F50: hue angle of 143.38º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327F50 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB5012780-
CMYK0.6100.370.50
HSL143.38º43.5%34.71%-
HSV(B)143.38º60.63%49.8%-
XYZ10.3516.4410.22-
YUV98.62117.4993.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.46%
GREEN value IS 127 (50% from 255) = 49.42%
BLUE value IS 80 (31.64% from 255) = 31.13%
R=19.46%
G=49.42%
B=31.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50127800.6100.370.50143.3843.534.71
Hex327F503D025328f2c23
Octal6217712075045622175443
Binary11001011111111010000111101010010111001010001111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327F50; }

 p { color: rgb(50,127,80); }

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

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

 a { background-color: rgb(50,127,80); }

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

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

 span { border-color: rgb(50,127,80); }

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