#327F4E

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

Shades of Amazon #327F4E

Tints of Amazon #327F4E

Color information

#327F4E (or 0x327F4E) is unknown color: approx Amazon. HEX triplet: 32, 7F and 4E. RGB value is (50,127,78). Sum of RGB (Red+Green+Blue) = 50+127+78=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 127 (50% from 255 or 49.80% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 127 - color contains mainly: green. Hex color #327F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F4E is #CD80B1. Grayscale: #626262. Windows color (decimal): -13467826 or 5144370. OLE color: 5144370.

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

Color convert

RGB5012778-
CMYK0.6100.390.50
HSL141.82º43.5%34.71%-
HSV(B)141.82º60.63%49.8%-
XYZ10.2816.419.83-
YUV98.39116.4993.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 127 (50% from 255) = 49.80%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=19.61%
G=49.80%
B=30.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50127780.6100.390.50141.8243.534.71
Hex327F4E3D027328e2c23
Octal6217711675047622165443
Binary11001011111111001110111101010011111001010001110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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