#327F48

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

Shades of Amazon #327F48

Tints of Amazon #327F48

Color information

#327F48 (or 0x327F48) is unknown color: approx Amazon. HEX triplet: 32, 7F and 48. RGB value is (50,127,72). Sum of RGB (Red+Green+Blue) = 50+127+72=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 127 (50% from 255 or 51.00% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 127 - color contains mainly: green. Hex color #327F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327F48 is #CD80B7. Grayscale: #616161. Windows color (decimal): -13467832 or 4751154. OLE color: 4751154.

HSL color Cylindrical-coordinate representation of color #327F48: hue angle of 137.14º 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 #327F48 is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB5012772-
CMYK0.6100.430.50
HSL137.14º43.5%34.71%-
HSV(B)137.14º60.63%49.8%-
XYZ10.0716.328.75-
YUV97.71113.4993.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 127 (50% from 255) = 51.00%
BLUE value IS 72 (28.52% from 255) = 28.92%
R=20.08%
G=51.00%
B=28.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50127720.6100.430.50137.1443.534.71
Hex327F483D02B32892c23
Octal6217711075053622115443
Binary11001011111111001000111101010101111001010001001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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