#357552

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

Shades of Amazon #357552

Tints of Amazon #357552

Color information

#357552 (or 0x357552) is unknown color: approx Amazon. HEX triplet: 35, 75 and 52. RGB value is (53,117,82). Sum of RGB (Red+Green+Blue) = 53+117+82=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #357552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357552 is #CA8AAD. Grayscale: #5D5D5D. Windows color (decimal): -13273774 or 5403957. OLE color: 5403957.

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

Color convert

RGB5311782-
CMYK0.5500.300.54
HSL147.19º37.65%33.33%-
HSV(B)147.19º54.7%45.88%-
XYZ9.3514.0910.21-
YUV93.87121.398.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 117 (46.09% from 255) = 46.43%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=21.03%
G=46.43%
B=32.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53117820.5500.300.54147.1937.6533.33
Hex3575523701E36932621
Octal6516512267036662234641
Binary1101011110101101001011011101111011011010010011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357552; }

 p { color: rgb(53,117,82); }

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

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

 a { background-color: rgb(53,117,82); }

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

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

 span { border-color: rgb(53,117,82); }

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