#327B54

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

Shades of Amazon #327B54

Tints of Amazon #327B54

Color information

#327B54 (or 0x327B54) is unknown color: approx Amazon. HEX triplet: 32, 7B and 54. RGB value is (50,123,84). Sum of RGB (Red+Green+Blue) = 50+123+84=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 123 (48.44% from 255 or 47.86% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 123 - color contains mainly: green. Hex color #327B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327B54 is #CD84AB. Grayscale: #606060. Windows color (decimal): -13468844 or 5536562. OLE color: 5536562.

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

Color convert

RGB5012384-
CMYK0.5900.320.52
HSL147.95º42.2%33.92%-
HSV(B)147.95º59.35%48.24%-
XYZ1015.4810.85-
YUV96.73120.8294.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.46%
GREEN value IS 123 (48.44% from 255) = 47.86%
BLUE value IS 84 (33.20% from 255) = 32.68%
R=19.46%
G=47.86%
B=32.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50123840.5900.320.52147.9542.233.92
Hex327B543B02034942a22
Octal6217312473040642245242
Binary11001011110111010100111011010000011010010010100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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