#357859

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

Shades of Amazon #357859

Tints of Amazon #357859

Color information

#357859 (or 0x357859) is unknown color: approx Amazon. HEX triplet: 35, 78 and 59. RGB value is (53,120,89). Sum of RGB (Red+Green+Blue) = 53+120+89=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 120 - color contains mainly: green. Hex color #357859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357859 is #CA87A6. Grayscale: #606060. Windows color (decimal): -13272999 or 5863477. OLE color: 5863477.

HSL color Cylindrical-coordinate representation of color #357859: hue angle of 152.24º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357859 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB5312089-
CMYK0.5600.260.53
HSL152.24º38.73%33.92%-
HSV(B)152.24º55.83%47.06%-
XYZ9.9914.9111.8-
YUV96.43123.897.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.23%
GREEN value IS 120 (47.27% from 255) = 45.80%
BLUE value IS 89 (35.16% from 255) = 33.97%
R=20.23%
G=45.80%
B=33.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120890.5600.260.53152.2438.7333.92
Hex3578593801A35982722
Octal6517013170032652304742
Binary1101011111000101100111100001101011010110011000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357859; }

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

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

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

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

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

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

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

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