#327F46

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

Shades of Amazon #327F46

Tints of Amazon #327F46

Color information

#327F46 (or 0x327F46) is unknown color: approx Amazon. HEX triplet: 32, 7F and 46. RGB value is (50,127,70). Sum of RGB (Red+Green+Blue) = 50+127+70=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #327F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327F46 is #CD80B9. Grayscale: #616161. Windows color (decimal): -13467834 or 4620082. OLE color: 4620082.

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

Color convert

RGB5012770-
CMYK0.6100.450.50
HSL135.58º43.5%34.71%-
HSV(B)135.58º60.63%49.8%-
XYZ10.0116.38.41-
YUV97.48112.4994.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 127 (50% from 255) = 51.42%
BLUE value IS 70 (27.73% from 255) = 28.34%
R=20.24%
G=51.42%
B=28.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50127700.6100.450.50135.5843.534.71
Hex327F463D02D32882c23
Octal6217710675055622105443
Binary11001011111111000110111101010110111001010001000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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