#327152

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

Shades of Amazon #327152

Tints of Amazon #327152

Color information

#327152 (or 0x327152) is unknown color: approx Amazon. HEX triplet: 32, 71 and 52. RGB value is (50,113,82). Sum of RGB (Red+Green+Blue) = 50+113+82=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #327152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327152 is #CD8EAD. Grayscale: #5A5A5A. Windows color (decimal): -13471406 or 5402930. OLE color: 5402930.

HSL color Cylindrical-coordinate representation of color #327152: hue angle of 150.48º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327152 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB5011382-
CMYK0.5600.270.56
HSL150.48º38.65%31.96%-
HSV(B)150.48º55.75%44.31%-
XYZ8.7413.110.05-
YUV90.63123.1399.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 113 (44.53% from 255) = 46.12%
BLUE value IS 82 (32.42% from 255) = 33.47%
R=20.41%
G=46.12%
B=33.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50113820.5600.270.56150.4838.6531.96
Hex3271523801B38962720
Octal6216112270033702264740
Binary1100101110001101001011100001101111100010010110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327152; }

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

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

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

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

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

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

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

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