#327858

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

Shades of Amazon #327858

Tints of Amazon #327858

Color information

#327858 (or 0x327858) is unknown color: approx Amazon. HEX triplet: 32, 78 and 58. RGB value is (50,120,88). Sum of RGB (Red+Green+Blue) = 50+120+88=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #327858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327858 is #CD87A7. Grayscale: #5F5F5F. Windows color (decimal): -13469608 or 5797938. OLE color: 5797938.

HSL color Cylindrical-coordinate representation of color #327858: hue angle of 152.57º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327858 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB5012088-
CMYK0.5800.270.53
HSL152.57º41.18%33.33%-
HSV(B)152.57º58.33%47.06%-
XYZ9.7914.8211.58-
YUV95.42123.8195.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.38%
GREEN value IS 120 (47.27% from 255) = 46.51%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=19.38%
G=46.51%
B=34.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50120880.5800.270.53152.5741.1833.33
Hex3278583A01B35992921
Octal6217013072033652315141
Binary1100101111000101100011101001101111010110011001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327858; }

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

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

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

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

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

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

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

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