#327653

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

Shades of Amazon #327653

Tints of Amazon #327653

Color information

#327653 (or 0x327653) is unknown color: approx Amazon. HEX triplet: 32, 76 and 53. RGB value is (50,118,83). Sum of RGB (Red+Green+Blue) = 50+118+83=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #327653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327653 is #CD89AC. Grayscale: #5D5D5D. Windows color (decimal): -13470125 or 5469746. OLE color: 5469746.

HSL color Cylindrical-coordinate representation of color #327653: hue angle of 149.12º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327653 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB5011883-
CMYK0.5800.300.54
HSL149.12º40.48%32.94%-
HSV(B)149.12º57.63%46.27%-
XYZ9.3614.2610.44-
YUV93.68121.9796.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 118 (46.48% from 255) = 47.01%
BLUE value IS 83 (32.81% from 255) = 33.07%
R=19.92%
G=47.01%
B=33.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118830.5800.300.54149.1240.4832.94
Hex3276533A01E36952821
Octal6216612372036662255041
Binary1100101110110101001111101001111011011010010101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327653; }

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

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

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

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

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

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

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

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