#327B53

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

Shades of Amazon #327B53

Tints of Amazon #327B53

Color information

#327B53 (or 0x327B53) is unknown color: approx Amazon. HEX triplet: 32, 7B and 53. RGB value is (50,123,83). Sum of RGB (Red+Green+Blue) = 50+123+83=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #327B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327B53 is #CD84AC. Grayscale: #606060. Windows color (decimal): -13468845 or 5471026. OLE color: 5471026.

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

Color convert

RGB5012383-
CMYK0.5900.330.52
HSL147.12º42.2%33.92%-
HSV(B)147.12º59.35%48.24%-
XYZ9.9615.4710.64-
YUV96.61120.3294.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 123 (48.44% from 255) = 48.05%
BLUE value IS 83 (32.81% from 255) = 32.42%
R=19.53%
G=48.05%
B=32.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50123830.5900.330.52147.1242.233.92
Hex327B533B02134932a22
Octal6217312373041642235242
Binary11001011110111010011111011010000111010010010011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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