#327951

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

Shades of Amazon #327951

Tints of Amazon #327951

Color information

#327951 (or 0x327951) is unknown color: approx Amazon. HEX triplet: 32, 79 and 51. RGB value is (50,121,81). Sum of RGB (Red+Green+Blue) = 50+121+81=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #327951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327951 is #CD86AE. Grayscale: #5F5F5F. Windows color (decimal): -13469359 or 5339442. OLE color: 5339442.

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

Color convert

RGB5012181-
CMYK0.5900.330.53
HSL146.2º41.52%33.53%-
HSV(B)146.2º58.68%47.45%-
XYZ9.6414.9510.16-
YUV95.21119.9895.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.84%
GREEN value IS 121 (47.66% from 255) = 48.02%
BLUE value IS 81 (32.03% from 255) = 32.14%
R=19.84%
G=48.02%
B=32.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121810.5900.330.53146.241.5233.53
Hex3279513B02135922a22
Octal6217112173041652225242
Binary11001011110011010001111011010000111010110010010101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327951; }

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

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

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

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

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

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

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

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