#327B5C

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

Shades of Amazon #327B5C

Tints of Amazon #327B5C

Color information

#327B5C (or 0x327B5C) is unknown color: approx Amazon. HEX triplet: 32, 7B and 5C. RGB value is (50,123,92). Sum of RGB (Red+Green+Blue) = 50+123+92=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 123 (48.44% from 255 or 46.42% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 123 - color contains mainly: green. Hex color #327B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327B5C is #CD84A3. Grayscale: #616161. Windows color (decimal): -13468836 or 6060850. OLE color: 6060850.

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

Color convert

RGB5012392-
CMYK0.5900.250.52
HSL154.52º42.2%33.92%-
HSV(B)154.52º59.35%48.24%-
XYZ10.3315.6212.6-
YUV97.64124.8294.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 123 (48.44% from 255) = 46.42%
BLUE value IS 92 (36.33% from 255) = 34.72%
R=18.87%
G=46.42%
B=34.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50123920.5900.250.52154.5242.233.92
Hex327B5C3B019349b2a22
Octal6217313473031642335242
Binary1100101111011101110011101101100111010010011011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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