#357050

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

Shades of Amazon #357050

Tints of Amazon #357050

Color information

#357050 (or 0x357050) is unknown color: approx Amazon. HEX triplet: 35, 70 and 50. RGB value is (53,112,80). Sum of RGB (Red+Green+Blue) = 53+112+80=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #357050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357050 is #CA8FAF. Grayscale: #5A5A5A. Windows color (decimal): -13275056 or 5271605. OLE color: 5271605.

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

Color convert

RGB5311280-
CMYK0.5300.290.56
HSL147.46º35.76%32.35%-
HSV(B)147.46º52.68%43.92%-
XYZ8.7112.929.62-
YUV90.71121.95101.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.63%
GREEN value IS 112 (44.14% from 255) = 45.71%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=21.63%
G=45.71%
B=32.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53112800.5300.290.56147.4635.7632.35
Hex3570503501D38932420
Octal6516012065035702234440
Binary1101011110000101000011010101110111100010010011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357050; }

 p { color: rgb(53,112,80); }

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

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

 a { background-color: rgb(53,112,80); }

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

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

 span { border-color: rgb(53,112,80); }

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