#327055

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

Shades of Amazon #327055

Tints of Amazon #327055

Color information

#327055 (or 0x327055) is unknown color: approx Amazon. HEX triplet: 32, 70 and 55. RGB value is (50,112,85). Sum of RGB (Red+Green+Blue) = 50+112+85=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #327055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327055 is #CD8FAA. Grayscale: #5A5A5A. Windows color (decimal): -13471659 or 5599282. OLE color: 5599282.

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

Color convert

RGB5011285-
CMYK0.5500.240.56
HSL153.87º38.27%31.76%-
HSV(B)153.87º55.36%43.92%-
XYZ8.7512.9210.63-
YUV90.38124.9699.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=20.24%
G=45.34%
B=34.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50112850.5500.240.56153.8738.2731.76
Hex32705537018389a2620
Octal6216012567030702324640
Binary1100101110000101010111011101100011100010011010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327055; }

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

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

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

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

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

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

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

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