#357559

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

Shades of Amazon #357559

Tints of Amazon #357559

Color information

#357559 (or 0x357559) is unknown color: approx Amazon. HEX triplet: 35, 75 and 59. RGB value is (53,117,89). Sum of RGB (Red+Green+Blue) = 53+117+89=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #357559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357559 is #CA8AA6. Grayscale: #5E5E5E. Windows color (decimal): -13273767 or 5862709. OLE color: 5862709.

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

Color convert

RGB5311789-
CMYK0.5500.240.54
HSL153.75º37.65%33.33%-
HSV(B)153.75º54.7%45.88%-
XYZ9.6314.211.68-
YUV94.67124.898.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.46%
GREEN value IS 117 (46.09% from 255) = 45.17%
BLUE value IS 89 (35.16% from 255) = 34.36%
R=20.46%
G=45.17%
B=34.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53117890.5500.240.54153.7537.6533.33
Hex35755937018369a2621
Octal6516513167030662324641
Binary1101011110101101100111011101100011011010011010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357559; }

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

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

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

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

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

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

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

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