#327F4F

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

Shades of Amazon #327F4F

Tints of Amazon #327F4F

Color information

#327F4F (or 0x327F4F) is unknown color: approx Amazon. HEX triplet: 32, 7F and 4F. RGB value is (50,127,79). Sum of RGB (Red+Green+Blue) = 50+127+79=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #327F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F4F is #CD80B0. Grayscale: #626262. Windows color (decimal): -13467825 or 5209906. OLE color: 5209906.

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

Color convert

RGB5012779-
CMYK0.6100.380.50
HSL142.6º43.5%34.71%-
HSV(B)142.6º60.63%49.8%-
XYZ10.3216.4210.02-
YUV98.5116.9993.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 127 (50% from 255) = 49.61%
BLUE value IS 79 (31.25% from 255) = 30.86%
R=19.53%
G=49.61%
B=30.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50127790.6100.380.50142.643.534.71
Hex327F4F3D026328f2c23
Octal6217711775046622175443
Binary11001011111111001111111101010011011001010001111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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