#327C49

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

Shades of Amazon #327C49

Tints of Amazon #327C49

Color information

#327C49 (or 0x327C49) is unknown color: approx Amazon. HEX triplet: 32, 7C and 49. RGB value is (50,124,73). Sum of RGB (Red+Green+Blue) = 50+124+73=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 124 (48.83% from 255 or 50.20% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 124 - color contains mainly: green. Hex color #327C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327C49 is #CD83B6. Grayscale: #606060. Windows color (decimal): -13468599 or 4815922. OLE color: 4815922.

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

Color convert

RGB5012473-
CMYK0.6000.410.51
HSL138.65º42.53%34.12%-
HSV(B)138.65º59.68%48.63%-
XYZ9.7315.578.8-
YUV96.06114.9895.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 124 (48.83% from 255) = 50.20%
BLUE value IS 73 (28.91% from 255) = 29.55%
R=20.24%
G=50.20%
B=29.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50124730.6000.410.51138.6542.5334.12
Hex327C493C029338b2b22
Octal6217411174051632135342
Binary11001011111001001001111100010100111001110001011101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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