#327353

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

Shades of Amazon #327353

Tints of Amazon #327353

Color information

#327353 (or 0x327353) is unknown color: approx Amazon. HEX triplet: 32, 73 and 53. RGB value is (50,115,83). Sum of RGB (Red+Green+Blue) = 50+115+83=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #327353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327353 is #CD8CAC. Grayscale: #5B5B5B. Windows color (decimal): -13470893 or 5468978. OLE color: 5468978.

HSL color Cylindrical-coordinate representation of color #327353: hue angle of 150.46º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327353 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB5011583-
CMYK0.5700.280.55
HSL150.46º39.39%32.35%-
HSV(B)150.46º56.52%45.1%-
XYZ9.0113.5610.33-
YUV91.92122.9798.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 115 (45.31% from 255) = 46.37%
BLUE value IS 83 (32.81% from 255) = 33.47%
R=20.16%
G=46.37%
B=33.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50115830.5700.280.55150.4639.3932.35
Hex3273533901C37962720
Octal6216312371034672264740
Binary1100101110011101001111100101110011011110010110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327353; }

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

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

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

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

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

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

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

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