#327A5B

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

Shades of Amazon #327A5B

Tints of Amazon #327A5B

Color information

#327A5B (or 0x327A5B) is unknown color: approx Amazon. HEX triplet: 32, 7A and 5B. RGB value is (50,122,91). Sum of RGB (Red+Green+Blue) = 50+122+91=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 122 - color contains mainly: green. Hex color #327A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327A5B is #CD85A4. Grayscale: #606060. Windows color (decimal): -13469093 or 5995058. OLE color: 5995058.

HSL color Cylindrical-coordinate representation of color #327A5B: hue angle of 154.17º 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 #327A5B is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB5012291-
CMYK0.5900.250.52
HSL154.17º41.86%33.73%-
HSV(B)154.17º59.02%47.84%-
XYZ10.1615.3512.33-
YUV96.94124.6594.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 122 (48.05% from 255) = 46.39%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=19.01%
G=46.39%
B=34.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50122910.5900.250.52154.1741.8633.73
Hex327A5B3B019349a2a22
Octal6217213373031642325242
Binary1100101111010101101111101101100111010010011010101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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