#327950

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

Shades of Amazon #327950

Tints of Amazon #327950

Color information

#327950 (or 0x327950) is unknown color: approx Amazon. HEX triplet: 32, 79 and 50. RGB value is (50,121,80). Sum of RGB (Red+Green+Blue) = 50+121+80=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #327950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327950 is #CD86AF. Grayscale: #5F5F5F. Windows color (decimal): -13469360 or 5273906. OLE color: 5273906.

HSL color Cylindrical-coordinate representation of color #327950: hue angle of 145.35º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327950 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB5012180-
CMYK0.5900.340.53
HSL145.35º41.52%33.53%-
HSV(B)145.35º58.68%47.45%-
XYZ9.614.939.97-
YUV95.1119.4895.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 121 (47.66% from 255) = 48.21%
BLUE value IS 80 (31.64% from 255) = 31.87%
R=19.92%
G=48.21%
B=31.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121800.5900.340.53145.3541.5233.53
Hex3279503B02235912a22
Octal6217112073042652215242
Binary11001011110011010000111011010001011010110010001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327950; }

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

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

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

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

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

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

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

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