#327658

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

Shades of Amazon #327658

Tints of Amazon #327658

Color information

#327658 (or 0x327658) is unknown color: approx Amazon. HEX triplet: 32, 76 and 58. RGB value is (50,118,88). Sum of RGB (Red+Green+Blue) = 50+118+88=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #327658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327658 is #CD89A7. Grayscale: #5E5E5E. Windows color (decimal): -13470120 or 5797426. OLE color: 5797426.

HSL color Cylindrical-coordinate representation of color #327658: hue angle of 153.53º 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 #327658 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB5011888-
CMYK0.5800.250.54
HSL153.53º40.48%32.94%-
HSV(B)153.53º57.63%46.27%-
XYZ9.5614.3411.5-
YUV94.25124.4796.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 118 (46.48% from 255) = 46.09%
BLUE value IS 88 (34.77% from 255) = 34.38%
R=19.53%
G=46.09%
B=34.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118880.5800.250.54153.5340.4832.94
Hex3276583A019369a2821
Octal6216613072031662325041
Binary1100101110110101100011101001100111011010011010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327658; }

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

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

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

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

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

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

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

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