#327053

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

Shades of Amazon #327053

Tints of Amazon #327053

Color information

#327053 (or 0x327053) is unknown color: approx Amazon. HEX triplet: 32, 70 and 53. RGB value is (50,112,83). Sum of RGB (Red+Green+Blue) = 50+112+83=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #327053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327053 is #CD8FAC. Grayscale: #5A5A5A. Windows color (decimal): -13471661 or 5468210. OLE color: 5468210.

HSL color Cylindrical-coordinate representation of color #327053: hue angle of 151.94º 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 #327053 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB5011283-
CMYK0.5500.260.56
HSL151.94º38.27%31.76%-
HSV(B)151.94º55.36%43.92%-
XYZ8.6712.8910.21-
YUV90.16123.9699.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 112 (44.14% from 255) = 45.71%
BLUE value IS 83 (32.81% from 255) = 33.88%
R=20.41%
G=45.71%
B=33.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50112830.5500.260.56151.9438.2731.76
Hex3270533701A38982620
Octal6216012367032702304640
Binary1100101110000101001111011101101011100010011000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327053; }

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

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

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

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

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

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

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

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