#327F4B

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

Shades of Amazon #327F4B

Tints of Amazon #327F4B

Color information

#327F4B (or 0x327F4B) is unknown color: approx Amazon. HEX triplet: 32, 7F and 4B. RGB value is (50,127,75). Sum of RGB (Red+Green+Blue) = 50+127+75=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 127 (50% from 255 or 50.40% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 127 - color contains mainly: green. Hex color #327F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327F4B is #CD80B4. Grayscale: #626262. Windows color (decimal): -13467829 or 4947762. OLE color: 4947762.

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

Color convert

RGB5012775-
CMYK0.6100.410.50
HSL139.48º43.5%34.71%-
HSV(B)139.48º60.63%49.8%-
XYZ10.1716.369.28-
YUV98.05114.9993.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.84%
GREEN value IS 127 (50% from 255) = 50.40%
BLUE value IS 75 (29.69% from 255) = 29.76%
R=19.84%
G=50.40%
B=29.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50127750.6100.410.50139.4843.534.71
Hex327F4B3D029328b2c23
Octal6217711375051622135443
Binary11001011111111001011111101010100111001010001011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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