#327B58

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

Shades of Amazon #327B58

Tints of Amazon #327B58

Color information

#327B58 (or 0x327B58) is unknown color: approx Amazon. HEX triplet: 32, 7B and 58. RGB value is (50,123,88). Sum of RGB (Red+Green+Blue) = 50+123+88=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 123 - color contains mainly: green. Hex color #327B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327B58 is #CD84A7. Grayscale: #616161. Windows color (decimal): -13468840 or 5798706. OLE color: 5798706.

HSL color Cylindrical-coordinate representation of color #327B58: hue angle of 151.23º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327B58 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB5012388-
CMYK0.5900.280.52
HSL151.23º42.2%33.92%-
HSV(B)151.23º59.35%48.24%-
XYZ10.1615.5511.7-
YUV97.18122.8294.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 123 (48.44% from 255) = 47.13%
BLUE value IS 88 (34.77% from 255) = 33.72%
R=19.16%
G=47.13%
B=33.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50123880.5900.280.52151.2342.233.92
Hex327B583B01C34972a22
Octal6217313073034642275242
Binary1100101111011101100011101101110011010010010111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327B58; }

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

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

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

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

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

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

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

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