#327451

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

Shades of Amazon #327451

Tints of Amazon #327451

Color information

#327451 (or 0x327451) is unknown color: approx Amazon. HEX triplet: 32, 74 and 51. RGB value is (50,116,81). Sum of RGB (Red+Green+Blue) = 50+116+81=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #327451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327451 is #CD8BAE. Grayscale: #5C5C5C. Windows color (decimal): -13470639 or 5338162. OLE color: 5338162.

HSL color Cylindrical-coordinate representation of color #327451: hue angle of 148.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327451 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB5011681-
CMYK0.5700.300.55
HSL148.18º39.76%32.55%-
HSV(B)148.18º56.9%45.49%-
XYZ9.0513.769.96-
YUV92.28121.6397.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 116 (45.70% from 255) = 46.96%
BLUE value IS 81 (32.03% from 255) = 32.79%
R=20.24%
G=46.96%
B=32.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50116810.5700.300.55148.1839.7632.55
Hex3274513901E37942821
Octal6216412171036672245041
Binary1100101110100101000111100101111011011110010100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327451; }

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

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

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

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

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

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

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

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