#327652

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

Shades of Amazon #327652

Tints of Amazon #327652

Color information

#327652 (or 0x327652) is unknown color: approx Amazon. HEX triplet: 32, 76 and 52. RGB value is (50,118,82). Sum of RGB (Red+Green+Blue) = 50+118+82=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #327652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327652 is #CD89AD. Grayscale: #5D5D5D. Windows color (decimal): -13470126 or 5404210. OLE color: 5404210.

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

Color convert

RGB5011882-
CMYK0.5800.310.54
HSL148.24º40.48%32.94%-
HSV(B)148.24º57.63%46.27%-
XYZ9.3214.2410.24-
YUV93.56121.4796.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20%
GREEN value IS 118 (46.48% from 255) = 47.2%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=20%
G=47.2%
B=32.8%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118820.5800.310.54148.2440.4832.94
Hex3276523A01F36942821
Octal6216612272037662245041
Binary1100101110110101001011101001111111011010010100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327652; }

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

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

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

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

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

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

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

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