#327C5A

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

Shades of Amazon #327C5A

Tints of Amazon #327C5A

Color information

#327C5A (or 0x327C5A) is unknown color: approx Amazon. HEX triplet: 32, 7C and 5A. RGB value is (50,124,90). Sum of RGB (Red+Green+Blue) = 50+124+90=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #327C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327C5A is #CD83A5. Grayscale: #626262. Windows color (decimal): -13468582 or 5930034. OLE color: 5930034.

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

Color convert

RGB5012490-
CMYK0.6000.270.51
HSL152.43º42.53%34.12%-
HSV(B)152.43º59.68%48.63%-
XYZ10.3715.8312.18-
YUV98123.4893.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 124 (48.83% from 255) = 46.97%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=18.94%
G=46.97%
B=34.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50124900.6000.270.51152.4342.5334.12
Hex327C5A3C01B33982b22
Octal6217413274033632305342
Binary1100101111100101101011110001101111001110011000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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