#357448

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

Shades of Amazon #357448

Tints of Amazon #357448

Color information

#357448 (or 0x357448) is unknown color: approx Amazon. HEX triplet: 35, 74 and 48. RGB value is (53,116,72). Sum of RGB (Red+Green+Blue) = 53+116+72=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #357448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357448 is #CA8BB7. Grayscale: #5C5C5C. Windows color (decimal): -13274040 or 4748341. OLE color: 4748341.

HSL color Cylindrical-coordinate representation of color #357448: hue angle of 138.1º 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 #357448 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB5311672-
CMYK0.5400.380.55
HSL138.1º37.28%33.14%-
HSV(B)138.1º54.31%45.49%-
XYZ8.8813.728.31-
YUV92.15116.63100.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 116 (45.70% from 255) = 48.13%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=21.99%
G=48.13%
B=29.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53116720.5400.380.55138.137.2833.14
Hex35744836026378a2521
Octal6516411066046672124541
Binary11010111101001001000110110010011011011110001010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357448; }

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

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

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

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

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

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

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

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