#327750

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

Shades of Amazon #327750

Tints of Amazon #327750

Color information

#327750 (or 0x327750) is unknown color: approx Amazon. HEX triplet: 32, 77 and 50. RGB value is (50,119,80). Sum of RGB (Red+Green+Blue) = 50+119+80=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #327750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327750 is #CD88AF. Grayscale: #5E5E5E. Windows color (decimal): -13469872 or 5273394. OLE color: 5273394.

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

Color convert

RGB5011980-
CMYK0.5800.330.53
HSL146.09º40.83%33.14%-
HSV(B)146.09º57.98%46.67%-
XYZ9.3614.459.89-
YUV93.92120.1496.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 119 (46.88% from 255) = 47.79%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=20.08%
G=47.79%
B=32.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50119800.5800.330.53146.0940.8333.14
Hex3277503A02135922921
Octal6216712072041652225141
Binary11001011101111010000111010010000111010110010010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327750; }

 p { color: rgb(50,119,80); }

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

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

 a { background-color: rgb(50,119,80); }

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

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

 span { border-color: rgb(50,119,80); }

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