#327953

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

Shades of Amazon #327953

Tints of Amazon #327953

Color information

#327953 (or 0x327953) is unknown color: approx Amazon. HEX triplet: 32, 79 and 53. RGB value is (50,121,83). Sum of RGB (Red+Green+Blue) = 50+121+83=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #327953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327953 is #CD86AC. Grayscale: #5F5F5F. Windows color (decimal): -13469357 or 5470514. OLE color: 5470514.

HSL color Cylindrical-coordinate representation of color #327953: hue angle of 147.89º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327953 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB5012183-
CMYK0.5900.310.53
HSL147.89º41.52%33.53%-
HSV(B)147.89º58.68%47.45%-
XYZ9.7114.9810.56-
YUV95.44120.9895.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.69%
GREEN value IS 121 (47.66% from 255) = 47.64%
BLUE value IS 83 (32.81% from 255) = 32.68%
R=19.69%
G=47.64%
B=32.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121830.5900.310.53147.8941.5233.53
Hex3279533B01F35942a22
Octal6217112373037652245242
Binary1100101111001101001111101101111111010110010100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327953; }

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

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

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

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

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

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

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

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