#327F51

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

Shades of Amazon #327F51

Tints of Amazon #327F51

Color information

#327F51 (or 0x327F51) is unknown color: approx Amazon. HEX triplet: 32, 7F and 51. RGB value is (50,127,81). Sum of RGB (Red+Green+Blue) = 50+127+81=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 127 (50% from 255 or 49.22% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 127 - color contains mainly: green. Hex color #327F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F51 is #CD80AE. Grayscale: #626262. Windows color (decimal): -13467823 or 5340978. OLE color: 5340978.

HSL color Cylindrical-coordinate representation of color #327F51: hue angle of 144.16º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327F51 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB5012781-
CMYK0.6100.360.50
HSL144.16º43.5%34.71%-
HSV(B)144.16º60.63%49.8%-
XYZ10.3916.4510.41-
YUV98.73117.9993.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.38%
GREEN value IS 127 (50% from 255) = 49.22%
BLUE value IS 81 (32.03% from 255) = 31.40%
R=19.38%
G=49.22%
B=31.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50127810.6100.360.50144.1643.534.71
Hex327F513D02432902c23
Octal6217712175044622205443
Binary11001011111111010001111101010010011001010010000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327F51; }

 p { color: rgb(50,127,81); }

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

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

 a { background-color: rgb(50,127,81); }

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

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

 span { border-color: rgb(50,127,81); }

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