#327050

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

Shades of Amazon #327050

Tints of Amazon #327050

Color information

#327050 (or 0x327050) is unknown color: approx Amazon. HEX triplet: 32, 70 and 50. RGB value is (50,112,80). Sum of RGB (Red+Green+Blue) = 50+112+80=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #327050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327050 is #CD8FAF. Grayscale: #595959. Windows color (decimal): -13471664 or 5271602. OLE color: 5271602.

HSL color Cylindrical-coordinate representation of color #327050: hue angle of 149.03º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #327050 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB5011280-
CMYK0.5500.290.56
HSL149.03º38.27%31.76%-
HSV(B)149.03º55.36%43.92%-
XYZ8.5612.859.62-
YUV89.81122.4699.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 112 (44.14% from 255) = 46.28%
BLUE value IS 80 (31.64% from 255) = 33.06%
R=20.66%
G=46.28%
B=33.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50112800.5500.290.56149.0338.2731.76
Hex3270503701D38952620
Octal6216012067035702254640
Binary1100101110000101000011011101110111100010010101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327050; }

 p { color: rgb(50,112,80); }

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

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

 a { background-color: rgb(50,112,80); }

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

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

 span { border-color: rgb(50,112,80); }

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