#327A56

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

Shades of Amazon #327A56

Tints of Amazon #327A56

Color information

#327A56 (or 0x327A56) is unknown color: approx Amazon. HEX triplet: 32, 7A and 56. RGB value is (50,122,86). Sum of RGB (Red+Green+Blue) = 50+122+86=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 122 (48.05% from 255 or 47.29% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 122 - color contains mainly: green. Hex color #327A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327A56 is #CD85A9. Grayscale: #606060. Windows color (decimal): -13469098 or 5667378. OLE color: 5667378.

HSL color Cylindrical-coordinate representation of color #327A56: hue angle of 150º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327A56 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB5012286-
CMYK0.5900.300.52
HSL150º41.86%33.73%-
HSV(B)150º59.02%47.84%-
XYZ9.9515.2711.23-
YUV96.37122.1594.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.38%
GREEN value IS 122 (48.05% from 255) = 47.29%
BLUE value IS 86 (33.98% from 255) = 33.33%
R=19.38%
G=47.29%
B=33.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50122860.5900.300.5215041.8633.73
Hex327A563B01E34962a22
Octal6217212673036642265242
Binary1100101111010101011011101101111011010010010110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,122,86); }

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

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

 a { background-color: rgb(50,122,86); }

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

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

 span { border-color: rgb(50,122,86); }

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