#357957

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

Shades of Amazon #357957

Tints of Amazon #357957

Color information

#357957 (or 0x357957) is unknown color: approx Amazon. HEX triplet: 35, 79 and 57. RGB value is (53,121,87). Sum of RGB (Red+Green+Blue) = 53+121+87=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #357957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357957 is #CA86A8. Grayscale: #606060. Windows color (decimal): -13272745 or 5732661. OLE color: 5732661.

HSL color Cylindrical-coordinate representation of color #357957: hue angle of 150º 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 #357957 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB5312187-
CMYK0.5600.280.53
HSL150º39.08%34.12%-
HSV(B)150º56.2%47.45%-
XYZ10.0315.1211.41-
YUV96.79122.4796.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 121 (47.66% from 255) = 46.36%
BLUE value IS 87 (34.38% from 255) = 33.33%
R=20.31%
G=46.36%
B=33.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53121870.5600.280.5315039.0834.12
Hex3579573801C35962722
Octal6517112770034652264742
Binary1101011111001101011111100001110011010110010110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357957; }

 p { color: rgb(53,121,87); }

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

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

 a { background-color: rgb(53,121,87); }

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

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

 span { border-color: rgb(53,121,87); }

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