#357548

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

Shades of Amazon #357548

Tints of Amazon #357548

Color information

#357548 (or 0x357548) is unknown color: approx Amazon. HEX triplet: 35, 75 and 48. RGB value is (53,117,72). Sum of RGB (Red+Green+Blue) = 53+117+72=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #357548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357548 is #CA8AB7. Grayscale: #5C5C5C. Windows color (decimal): -13273784 or 4748597. OLE color: 4748597.

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

Color convert

RGB5311772-
CMYK0.5500.380.54
HSL137.81º37.65%33.33%-
HSV(B)137.81º54.7%45.88%-
XYZ913.958.35-
YUV92.73116.399.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 117 (46.09% from 255) = 48.35%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=21.90%
G=48.35%
B=29.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53117720.5500.380.54137.8137.6533.33
Hex35754837026368a2621
Octal6516511067046662124641
Binary11010111101011001000110111010011011011010001010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357548; }

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

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

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

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

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

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

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

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