#327253

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

Shades of Amazon #327253

Tints of Amazon #327253

Color information

#327253 (or 0x327253) is unknown color: approx Amazon. HEX triplet: 32, 72 and 53. RGB value is (50,114,83). Sum of RGB (Red+Green+Blue) = 50+114+83=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #327253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327253 is #CD8DAC. Grayscale: #5B5B5B. Windows color (decimal): -13471149 or 5468722. OLE color: 5468722.

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

Color convert

RGB5011483-
CMYK0.5600.270.55
HSL150.94º39.02%32.16%-
HSV(B)150.94º56.14%44.71%-
XYZ8.8913.3410.29-
YUV91.33123.398.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 114 (44.92% from 255) = 46.15%
BLUE value IS 83 (32.81% from 255) = 33.60%
R=20.24%
G=46.15%
B=33.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50114830.5600.270.55150.9439.0232.16
Hex3272533801B37972720
Octal6216212370033672274740
Binary1100101110010101001111100001101111011110010111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327253; }

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

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

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

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

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

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

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

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