#327550

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

Shades of Amazon #327550

Tints of Amazon #327550

Color information

#327550 (or 0x327550) is unknown color: approx Amazon. HEX triplet: 32, 75 and 50. RGB value is (50,117,80). Sum of RGB (Red+Green+Blue) = 50+117+80=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #327550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327550 is #CD8AAF. Grayscale: #5C5C5C. Windows color (decimal): -13470384 or 5272882. OLE color: 5272882.

HSL color Cylindrical-coordinate representation of color #327550: hue angle of 146.87º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327550 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB5011780-
CMYK0.5700.320.54
HSL146.87º40.12%32.75%-
HSV(B)146.87º57.26%45.88%-
XYZ9.1213.989.81-
YUV92.75120.897.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 117 (46.09% from 255) = 47.37%
BLUE value IS 80 (31.64% from 255) = 32.39%
R=20.24%
G=47.37%
B=32.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50117800.5700.320.54146.8740.1232.75
Hex3275503902036932821
Octal6216512071040662235041
Binary11001011101011010000111001010000011011010010011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327550; }

 p { color: rgb(50,117,80); }

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

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

 a { background-color: rgb(50,117,80); }

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

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

 span { border-color: rgb(50,117,80); }

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