#327054

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

Shades of Amazon #327054

Tints of Amazon #327054

Color information

#327054 (or 0x327054) is unknown color: approx Amazon. HEX triplet: 32, 70 and 54. RGB value is (50,112,84). Sum of RGB (Red+Green+Blue) = 50+112+84=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #327054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327054 is #CD8FAB. Grayscale: #5A5A5A. Windows color (decimal): -13471660 or 5533746. OLE color: 5533746.

HSL color Cylindrical-coordinate representation of color #327054: hue angle of 152.9º 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 #327054 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB5011284-
CMYK0.5500.250.56
HSL152.9º38.27%31.76%-
HSV(B)152.9º55.36%43.92%-
XYZ8.7112.9110.42-
YUV90.27124.4699.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.33%
GREEN value IS 112 (44.14% from 255) = 45.53%
BLUE value IS 84 (33.20% from 255) = 34.15%
R=20.33%
G=45.53%
B=34.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50112840.5500.250.56152.938.2731.76
Hex3270543701938992620
Octal6216012467031702314640
Binary1100101110000101010011011101100111100010011001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327054; }

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

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

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

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

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

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

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

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