#327D54

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

Shades of Amazon #327D54

Tints of Amazon #327D54

Color information

#327D54 (or 0x327D54) is unknown color: approx Amazon. HEX triplet: 32, 7D and 54. RGB value is (50,125,84). Sum of RGB (Red+Green+Blue) = 50+125+84=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 125 (49.22% from 255 or 48.26% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 125 - color contains mainly: green. Hex color #327D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327D54 is #CD82AB. Grayscale: #616161. Windows color (decimal): -13468332 or 5537074. OLE color: 5537074.

HSL color Cylindrical-coordinate representation of color #327D54: hue angle of 147.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327D54 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB5012584-
CMYK0.6000.330.51
HSL147.2º42.86%34.31%-
HSV(B)147.2º60%49.02%-
XYZ10.2515.9910.93-
YUV97.9120.1593.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.31%
GREEN value IS 125 (49.22% from 255) = 48.26%
BLUE value IS 84 (33.20% from 255) = 32.43%
R=19.31%
G=48.26%
B=32.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50125840.6000.330.51147.242.8634.31
Hex327D543C02133932b22
Octal6217512474041632235342
Binary11001011111011010100111100010000111001110010011101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,125,84); }

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

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

 a { background-color: rgb(50,125,84); }

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

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

 span { border-color: rgb(50,125,84); }

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