#327355

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

Shades of Amazon #327355

Tints of Amazon #327355

Color information

#327355 (or 0x327355) is unknown color: approx Amazon. HEX triplet: 32, 73 and 55. RGB value is (50,115,85). Sum of RGB (Red+Green+Blue) = 50+115+85=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #327355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327355 is #CD8CAA. Grayscale: #5C5C5C. Windows color (decimal): -13470891 or 5600050. OLE color: 5600050.

HSL color Cylindrical-coordinate representation of color #327355: hue angle of 152.31º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327355 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB5011585-
CMYK0.5700.260.55
HSL152.31º39.39%32.35%-
HSV(B)152.31º56.52%45.1%-
XYZ9.0913.610.74-
YUV92.14123.9797.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20%
GREEN value IS 115 (45.31% from 255) = 46%
BLUE value IS 85 (33.59% from 255) = 34%
R=20%
G=46%
B=34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50115850.5700.260.55152.3139.3932.35
Hex3273553901A37982720
Octal6216312571032672304740
Binary1100101110011101010111100101101011011110011000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327355; }

 p { color: rgb(50,115,85); }

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

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

 a { background-color: rgb(50,115,85); }

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

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

 span { border-color: rgb(50,115,85); }

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