#327257

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

Shades of Amazon #327257

Tints of Amazon #327257

Color information

#327257 (or 0x327257) is unknown color: approx Amazon. HEX triplet: 32, 72 and 57. RGB value is (50,114,87). Sum of RGB (Red+Green+Blue) = 50+114+87=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #327257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327257 is #CD8DA8. Grayscale: #5B5B5B. Windows color (decimal): -13471145 or 5730866. OLE color: 5730866.

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

Color convert

RGB5011487-
CMYK0.5600.240.55
HSL154.69º39.02%32.16%-
HSV(B)154.69º56.14%44.71%-
XYZ9.0513.411.13-
YUV91.79125.398.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 114 (44.92% from 255) = 45.42%
BLUE value IS 87 (34.38% from 255) = 34.66%
R=19.92%
G=45.42%
B=34.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50114870.5600.240.55154.6939.0232.16
Hex32725738018379b2720
Octal6216212770030672334740
Binary1100101110010101011111100001100011011110011011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327257; }

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

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

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

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

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

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

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

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