#327855

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

Shades of Amazon #327855

Tints of Amazon #327855

Color information

#327855 (or 0x327855) is unknown color: approx Amazon. HEX triplet: 32, 78 and 55. RGB value is (50,120,85). Sum of RGB (Red+Green+Blue) = 50+120+85=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #327855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327855 is #CD87AA. Grayscale: #5F5F5F. Windows color (decimal): -13469611 or 5601330. OLE color: 5601330.

HSL color Cylindrical-coordinate representation of color #327855: hue angle of 150º 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 #327855 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB5012085-
CMYK0.5800.290.53
HSL150º41.18%33.33%-
HSV(B)150º58.33%47.06%-
XYZ9.6714.7710.93-
YUV95.08122.3195.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 120 (47.27% from 255) = 47.06%
BLUE value IS 85 (33.59% from 255) = 33.33%
R=19.61%
G=47.06%
B=33.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50120850.5800.290.5315041.1833.33
Hex3278553A01D35962921
Octal6217012572035652265141
Binary1100101111000101010111101001110111010110010110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327855; }

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

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

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

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

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

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

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

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