#327A5C

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

Shades of Amazon #327A5C

Tints of Amazon #327A5C

Color information

#327A5C (or 0x327A5C) is unknown color: approx Amazon. HEX triplet: 32, 7A and 5C. RGB value is (50,122,92). Sum of RGB (Red+Green+Blue) = 50+122+92=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 122 - color contains mainly: green. Hex color #327A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327A5C is #CD85A3. Grayscale: #616161. Windows color (decimal): -13469092 or 6060594. OLE color: 6060594.

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

Color convert

RGB5012292-
CMYK0.5900.250.52
HSL155º41.86%33.73%-
HSV(B)155º59.02%47.84%-
XYZ10.2115.3712.55-
YUV97.05125.1594.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 122 (48.05% from 255) = 46.21%
BLUE value IS 92 (36.33% from 255) = 34.85%
R=18.94%
G=46.21%
B=34.85%

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
Decimal50122920.5900.250.5215541.8633.73
Hex327A5C3B019349b2a22
Octal6217213473031642335242
Binary1100101111010101110011101101100111010010011011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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