#357248

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

Shades of Amazon #357248

Tints of Amazon #357248

Color information

#357248 (or 0x357248) is unknown color: approx Amazon. HEX triplet: 35, 72 and 48. RGB value is (53,114,72). Sum of RGB (Red+Green+Blue) = 53+114+72=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #357248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357248 is #CA8DB7. Grayscale: #5B5B5B. Windows color (decimal): -13274552 or 4747829. OLE color: 4747829.

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

Color convert

RGB5311472-
CMYK0.5400.370.55
HSL138.69º36.53%32.75%-
HSV(B)138.69º53.51%44.71%-
XYZ8.6613.268.23-
YUV90.97117.29100.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 114 (44.92% from 255) = 47.70%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=22.18%
G=47.70%
B=30.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53114720.5400.370.55138.6936.5332.75
Hex35724836025378b2521
Octal6516211066045672134541
Binary11010111100101001000110110010010111011110001011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357248; }

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

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

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

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

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

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

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

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