#327045

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

Shades of Amazon #327045

Tints of Amazon #327045

Color information

#327045 (or 0x327045) is unknown color: approx Amazon. HEX triplet: 32, 70 and 45. RGB value is (50,112,69). Sum of RGB (Red+Green+Blue) = 50+112+69=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #327045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327045 is #CD8FBA. Grayscale: #585858. Windows color (decimal): -13471675 or 4550706. OLE color: 4550706.

HSL color Cylindrical-coordinate representation of color #327045: hue angle of 138.39º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #327045 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB5011269-
CMYK0.5500.380.56
HSL138.39º38.27%31.76%-
HSV(B)138.39º55.36%43.92%-
XYZ8.1812.77.65-
YUV88.56116.96100.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.65%
GREEN value IS 112 (44.14% from 255) = 48.48%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=21.65%
G=48.48%
B=29.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50112690.5500.380.56138.3938.2731.76
Hex32704537026388a2620
Octal6216010567046702124640
Binary11001011100001000101110111010011011100010001010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327045; }

 p { color: rgb(50,112,69); }

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

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

 a { background-color: rgb(50,112,69); }

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

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

 span { border-color: rgb(50,112,69); }

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