#357459

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

Shades of Amazon #357459

Tints of Amazon #357459

Color information

#357459 (or 0x357459) is unknown color: approx Amazon. HEX triplet: 35, 74 and 59. RGB value is (53,116,89). Sum of RGB (Red+Green+Blue) = 53+116+89=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 116 - color contains mainly: green. Hex color #357459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357459 is #CA8BA6. Grayscale: #5E5E5E. Windows color (decimal): -13274023 or 5862453. OLE color: 5862453.

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

Color convert

RGB5311689-
CMYK0.5400.230.55
HSL154.29º37.28%33.14%-
HSV(B)154.29º54.31%45.49%-
XYZ9.5213.9711.65-
YUV94.08125.1398.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.54%
GREEN value IS 116 (45.70% from 255) = 44.96%
BLUE value IS 89 (35.16% from 255) = 34.50%
R=20.54%
G=44.96%
B=34.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53116890.5400.230.55154.2937.2833.14
Hex35745936017379a2521
Octal6516413166027672324541
Binary1101011110100101100111011001011111011110011010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357459; }

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

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

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

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

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

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

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

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