#327455

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

Shades of Amazon #327455

Tints of Amazon #327455

Color information

#327455 (or 0x327455) is unknown color: approx Amazon. HEX triplet: 32, 74 and 55. RGB value is (50,116,85). Sum of RGB (Red+Green+Blue) = 50+116+85=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #327455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327455 is #CD8BAA. Grayscale: #5C5C5C. Windows color (decimal): -13470635 or 5600306. OLE color: 5600306.

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

Color convert

RGB5011685-
CMYK0.5700.270.55
HSL151.82º39.76%32.55%-
HSV(B)151.82º56.9%45.49%-
XYZ9.213.8210.78-
YUV92.73123.6397.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 116 (45.70% from 255) = 46.22%
BLUE value IS 85 (33.59% from 255) = 33.86%
R=19.92%
G=46.22%
B=33.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50116850.5700.270.55151.8239.7632.55
Hex3274553901B37982821
Octal6216412571033672305041
Binary1100101110100101010111100101101111011110011000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327455; }

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

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

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

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

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

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

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

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