#327F5B

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

Shades of Amazon #327F5B

Tints of Amazon #327F5B

Color information

#327F5B (or 0x327F5B) is unknown color: approx Amazon. HEX triplet: 32, 7F and 5B. RGB value is (50,127,91). Sum of RGB (Red+Green+Blue) = 50+127+91=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 127 (50% from 255 or 47.39% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 127 - color contains mainly: green. Hex color #327F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F5B is #CD80A4. Grayscale: #636363. Windows color (decimal): -13467813 or 5996338. OLE color: 5996338.

HSL color Cylindrical-coordinate representation of color #327F5B: hue angle of 151.95º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327F5B is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB5012791-
CMYK0.6100.280.50
HSL151.95º43.5%34.71%-
HSV(B)151.95º60.63%49.8%-
XYZ10.7916.6112.54-
YUV99.87122.9992.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 127 (50% from 255) = 47.39%
BLUE value IS 91 (35.94% from 255) = 33.96%
R=18.66%
G=47.39%
B=33.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50127910.6100.280.50151.9543.534.71
Hex327F5B3D01C32982c23
Octal6217713375034622305443
Binary1100101111111101101111110101110011001010011000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327F5B; }

 p { color: rgb(50,127,91); }

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

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

 a { background-color: rgb(50,127,91); }

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

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

 span { border-color: rgb(50,127,91); }

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