#327C59

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

Shades of Amazon #327C59

Tints of Amazon #327C59

Color information

#327C59 (or 0x327C59) is unknown color: approx Amazon. HEX triplet: 32, 7C and 59. RGB value is (50,124,89). Sum of RGB (Red+Green+Blue) = 50+124+89=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 124 - color contains mainly: green. Hex color #327C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327C59 is #CD83A6. Grayscale: #616161. Windows color (decimal): -13468583 or 5864498. OLE color: 5864498.

HSL color Cylindrical-coordinate representation of color #327C59: hue angle of 151.62º 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 #327C59 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB5012489-
CMYK0.6000.280.51
HSL151.62º42.53%34.12%-
HSV(B)151.62º59.68%48.63%-
XYZ10.3315.8111.96-
YUV97.88122.9893.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 124 (48.83% from 255) = 47.15%
BLUE value IS 89 (35.16% from 255) = 33.84%
R=19.01%
G=47.15%
B=33.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50124890.6000.280.51151.6242.5334.12
Hex327C593C01C33982b22
Octal6217413174034632305342
Binary1100101111100101100111110001110011001110011000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,124,89); }

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

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

 a { background-color: rgb(50,124,89); }

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

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

 span { border-color: rgb(50,124,89); }

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