#327B59

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

Shades of Amazon #327B59

Tints of Amazon #327B59

Color information

#327B59 (or 0x327B59) is unknown color: approx Amazon. HEX triplet: 32, 7B and 59. RGB value is (50,123,89). Sum of RGB (Red+Green+Blue) = 50+123+89=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 123 (48.44% from 255 or 46.95% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 123 - color contains mainly: green. Hex color #327B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327B59 is #CD84A6. Grayscale: #616161. Windows color (decimal): -13468839 or 5864242. OLE color: 5864242.

HSL color Cylindrical-coordinate representation of color #327B59: hue angle of 152.05º 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 #327B59 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB5012389-
CMYK0.5900.280.52
HSL152.05º42.2%33.92%-
HSV(B)152.05º59.35%48.24%-
XYZ10.215.5711.92-
YUV97.3123.3294.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.08%
GREEN value IS 123 (48.44% from 255) = 46.95%
BLUE value IS 89 (35.16% from 255) = 33.97%
R=19.08%
G=46.95%
B=33.97%

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
Decimal50123890.5900.280.52152.0542.233.92
Hex327B593B01C34982a22
Octal6217313173034642305242
Binary1100101111011101100111101101110011010010011000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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