#327357

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

Shades of Amazon #327357

Tints of Amazon #327357

Color information

#327357 (or 0x327357) is unknown color: approx Amazon. HEX triplet: 32, 73 and 57. RGB value is (50,115,87). Sum of RGB (Red+Green+Blue) = 50+115+87=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #327357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327357 is #CD8CA8. Grayscale: #5C5C5C. Windows color (decimal): -13470889 or 5731122. OLE color: 5731122.

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

Color convert

RGB5011587-
CMYK0.5700.240.55
HSL154.15º39.39%32.35%-
HSV(B)154.15º56.52%45.1%-
XYZ9.1713.6311.16-
YUV92.37124.9797.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.84%
GREEN value IS 115 (45.31% from 255) = 45.63%
BLUE value IS 87 (34.38% from 255) = 34.52%
R=19.84%
G=45.63%
B=34.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50115870.5700.240.55154.1539.3932.35
Hex32735739018379a2720
Octal6216312771030672324740
Binary1100101110011101011111100101100011011110011010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327357; }

 p { color: rgb(50,115,87); }

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

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

 a { background-color: rgb(50,115,87); }

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

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

 span { border-color: rgb(50,115,87); }

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