#327752

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

Shades of Amazon #327752

Tints of Amazon #327752

Color information

#327752 (or 0x327752) is unknown color: approx Amazon. HEX triplet: 32, 77 and 52. RGB value is (50,119,82). Sum of RGB (Red+Green+Blue) = 50+119+82=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #327752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327752 is #CD88AD. Grayscale: #5E5E5E. Windows color (decimal): -13469870 or 5404466. OLE color: 5404466.

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

Color convert

RGB5011982-
CMYK0.5800.310.53
HSL147.83º40.83%33.14%-
HSV(B)147.83º57.98%46.67%-
XYZ9.4414.4810.28-
YUV94.15121.1496.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 119 (46.88% from 255) = 47.41%
BLUE value IS 82 (32.42% from 255) = 32.67%
R=19.92%
G=47.41%
B=32.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50119820.5800.310.53147.8340.8333.14
Hex3277523A01F35942921
Octal6216712272037652245141
Binary1100101110111101001011101001111111010110010100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327752; }

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

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

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

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

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

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

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

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