#357759

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

Shades of Amazon #357759

Tints of Amazon #357759

Color information

#357759 (or 0x357759) is unknown color: approx Amazon. HEX triplet: 35, 77 and 59. RGB value is (53,119,89). Sum of RGB (Red+Green+Blue) = 53+119+89=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #357759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357759 is #CA88A6. Grayscale: #5F5F5F. Windows color (decimal): -13273255 or 5863221. OLE color: 5863221.

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

Color convert

RGB5311989-
CMYK0.5500.250.53
HSL152.73º38.37%33.73%-
HSV(B)152.73º55.46%46.67%-
XYZ9.8714.6711.76-
YUV95.85124.1397.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 119 (46.88% from 255) = 45.59%
BLUE value IS 89 (35.16% from 255) = 34.10%
R=20.31%
G=45.59%
B=34.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119890.5500.250.53152.7338.3733.73
Hex3577593701935992622
Octal6516713167031652314642
Binary1101011110111101100111011101100111010110011001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357759; }

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

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

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

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

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

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

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

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