#327F4C

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

Shades of Amazon #327F4C

Tints of Amazon #327F4C

Color information

#327F4C (or 0x327F4C) is unknown color: approx Amazon. HEX triplet: 32, 7F and 4C. RGB value is (50,127,76). Sum of RGB (Red+Green+Blue) = 50+127+76=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 127 (50% from 255 or 50.20% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 127 - color contains mainly: green. Hex color #327F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327F4C is #CD80B3. Grayscale: #626262. Windows color (decimal): -13467828 or 5013298. OLE color: 5013298.

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

Color convert

RGB5012776-
CMYK0.6100.400.50
HSL140.26º43.5%34.71%-
HSV(B)140.26º60.63%49.8%-
XYZ10.2116.389.46-
YUV98.16115.4993.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.76%
GREEN value IS 127 (50% from 255) = 50.20%
BLUE value IS 76 (30.08% from 255) = 30.04%
R=19.76%
G=50.20%
B=30.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50127760.6100.400.50140.2643.534.71
Hex327F4C3D028328c2c23
Octal6217711475050622145443
Binary11001011111111001100111101010100011001010001100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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