#357E49

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

Shades of Amazon #357E49

Tints of Amazon #357E49

Color information

#357E49 (or 0x357E49) is unknown color: approx Amazon. HEX triplet: 35, 7E and 49. RGB value is (53,126,73). Sum of RGB (Red+Green+Blue) = 53+126+73=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 126 (49.61% from 255 or 50% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 126 - color contains mainly: green. Hex color #357E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357E49 is #CA81B6. Grayscale: #626262. Windows color (decimal): -13271479 or 4816437. OLE color: 4816437.

HSL color Cylindrical-coordinate representation of color #357E49: hue angle of 136.44º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357E49 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB5312673-
CMYK0.5800.420.51
HSL136.44º40.78%35.1%-
HSV(B)136.44º57.94%49.41%-
XYZ10.1316.168.89-
YUV98.13113.8295.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 126 (49.61% from 255) = 50%
BLUE value IS 73 (28.91% from 255) = 28.97%
R=21.03%
G=50%
B=28.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53126730.5800.420.51136.4440.7835.1
Hex357E493A02A33882923
Octal6517611172052632105143
Binary11010111111101001001111010010101011001110001000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357E49; }

 p { color: rgb(53,126,73); }

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

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

 a { background-color: rgb(53,126,73); }

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

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

 span { border-color: rgb(53,126,73); }

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