#357F48

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

Shades of Amazon #357F48

Tints of Amazon #357F48

Color information

#357F48 (or 0x357F48) is unknown color: approx Amazon. HEX triplet: 35, 7F and 48. RGB value is (53,127,72). Sum of RGB (Red+Green+Blue) = 53+127+72=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 127 (50% from 255 or 50.40% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 127 - color contains mainly: green. Hex color #357F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357F48 is #CA80B7. Grayscale: #626262. Windows color (decimal): -13271224 or 4751157. OLE color: 4751157.

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

Color convert

RGB5312772-
CMYK0.5800.430.50
HSL135.41º41.11%35.29%-
HSV(B)135.41º58.27%49.8%-
XYZ10.2316.48.76-
YUV98.6112.9895.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 127 (50% from 255) = 50.40%
BLUE value IS 72 (28.52% from 255) = 28.57%
R=21.03%
G=50.40%
B=28.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53127720.5800.430.50135.4141.1135.29
Hex357F483A02B32872923
Octal6517711072053622075143
Binary11010111111111001000111010010101111001010000111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,127,72); }

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

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

 a { background-color: rgb(53,127,72); }

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

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

 span { border-color: rgb(53,127,72); }

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