#327559

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

Shades of Amazon #327559

Tints of Amazon #327559

Color information

#327559 (or 0x327559) is unknown color: approx Amazon. HEX triplet: 32, 75 and 59. RGB value is (50,117,89). Sum of RGB (Red+Green+Blue) = 50+117+89=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #327559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327559 is #CD8AA6. Grayscale: #5D5D5D. Windows color (decimal): -13470375 or 5862706. OLE color: 5862706.

HSL color Cylindrical-coordinate representation of color #327559: hue angle of 154.93º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327559 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB5011789-
CMYK0.5700.240.54
HSL154.93º40.12%32.75%-
HSV(B)154.93º57.26%45.88%-
XYZ9.4814.1211.68-
YUV93.78125.396.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 117 (46.09% from 255) = 45.70%
BLUE value IS 89 (35.16% from 255) = 34.77%
R=19.53%
G=45.70%
B=34.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50117890.5700.240.54154.9340.1232.75
Hex32755939018369b2821
Octal6216513171030662335041
Binary1100101110101101100111100101100011011010011011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327559; }

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

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

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

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

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

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

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

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