#327A51

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

Shades of Amazon #327A51

Tints of Amazon #327A51

Color information

#327A51 (or 0x327A51) is unknown color: approx Amazon. HEX triplet: 32, 7A and 51. RGB value is (50,122,81). Sum of RGB (Red+Green+Blue) = 50+122+81=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 122 - color contains mainly: green. Hex color #327A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327A51 is #CD85AE. Grayscale: #5F5F5F. Windows color (decimal): -13469103 or 5339698. OLE color: 5339698.

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

Color convert

RGB5012281-
CMYK0.5900.340.52
HSL145.83º41.86%33.73%-
HSV(B)145.83º59.02%47.84%-
XYZ9.7615.1910.2-
YUV95.8119.6595.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.76%
GREEN value IS 122 (48.05% from 255) = 48.22%
BLUE value IS 81 (32.03% from 255) = 32.02%
R=19.76%
G=48.22%
B=32.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50122810.5900.340.52145.8341.8633.73
Hex327A513B02234922a22
Octal6217212173042642225242
Binary11001011110101010001111011010001011010010010010101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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