#327456

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

Shades of Amazon #327456

Tints of Amazon #327456

Color information

#327456 (or 0x327456) is unknown color: approx Amazon. HEX triplet: 32, 74 and 56. RGB value is (50,116,86). Sum of RGB (Red+Green+Blue) = 50+116+86=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #327456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327456 is #CD8BA9. Grayscale: #5C5C5C. Windows color (decimal): -13470634 or 5665842. OLE color: 5665842.

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

Color convert

RGB5011686-
CMYK0.5700.260.55
HSL152.73º39.76%32.55%-
HSV(B)152.73º56.9%45.49%-
XYZ9.2413.8410.99-
YUV92.85124.1397.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.84%
GREEN value IS 116 (45.70% from 255) = 46.03%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=19.84%
G=46.03%
B=34.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50116860.5700.260.55152.7339.7632.55
Hex3274563901A37992821
Octal6216412671032672315041
Binary1100101110100101011011100101101011011110011001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327456; }

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

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

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

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

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

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

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

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