#327A49

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

Shades of Amazon #327A49

Tints of Amazon #327A49

Color information

#327A49 (or 0x327A49) is unknown color: approx Amazon. HEX triplet: 32, 7A and 49. RGB value is (50,122,73). Sum of RGB (Red+Green+Blue) = 50+122+73=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 122 (48.05% from 255 or 49.80% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 122 - color contains mainly: green. Hex color #327A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327A49 is #CD85B6. Grayscale: #5F5F5F. Windows color (decimal): -13469111 or 4815410. OLE color: 4815410.

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

Color convert

RGB5012273-
CMYK0.5900.400.52
HSL139.17º41.86%33.73%-
HSV(B)139.17º59.02%47.84%-
XYZ9.4815.088.71-
YUV94.89115.6595.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 122 (48.05% from 255) = 49.80%
BLUE value IS 73 (28.91% from 255) = 29.80%
R=20.41%
G=49.80%
B=29.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50122730.5900.400.52139.1741.8633.73
Hex327A493B028348b2a22
Octal6217211173050642135242
Binary11001011110101001001111011010100011010010001011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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