#327A53

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

Shades of Amazon #327A53

Tints of Amazon #327A53

Color information

#327A53 (or 0x327A53) is unknown color: approx Amazon. HEX triplet: 32, 7A and 53. RGB value is (50,122,83). Sum of RGB (Red+Green+Blue) = 50+122+83=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 122 (48.05% from 255 or 47.84% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 122 - color contains mainly: green. Hex color #327A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327A53 is #CD85AC. Grayscale: #606060. Windows color (decimal): -13469101 or 5470770. OLE color: 5470770.

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

Color convert

RGB5012283-
CMYK0.5900.320.52
HSL147.5º41.86%33.73%-
HSV(B)147.5º59.02%47.84%-
XYZ9.8415.2210.6-
YUV96.03120.6595.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 122 (48.05% from 255) = 47.84%
BLUE value IS 83 (32.81% from 255) = 32.55%
R=19.61%
G=47.84%
B=32.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50122830.5900.320.52147.541.8633.73
Hex327A533B02034942a22
Octal6217212373040642245242
Binary11001011110101010011111011010000011010010010100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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