#327352

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

Shades of Amazon #327352

Tints of Amazon #327352

Color information

#327352 (or 0x327352) is unknown color: approx Amazon. HEX triplet: 32, 73 and 52. RGB value is (50,115,82). Sum of RGB (Red+Green+Blue) = 50+115+82=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #327352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327352 is #CD8CAD. Grayscale: #5B5B5B. Windows color (decimal): -13470894 or 5403442. OLE color: 5403442.

HSL color Cylindrical-coordinate representation of color #327352: hue angle of 149.54º 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 #327352 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB5011582-
CMYK0.5700.290.55
HSL149.54º39.39%32.35%-
HSV(B)149.54º56.52%45.1%-
XYZ8.9713.5510.13-
YUV91.8122.4798.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 115 (45.31% from 255) = 46.56%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=20.24%
G=46.56%
B=33.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50115820.5700.290.55149.5439.3932.35
Hex3273523901D37962720
Octal6216312271035672264740
Binary1100101110011101001011100101110111011110010110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327352; }

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

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

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

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

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

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

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

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