#357849

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

Shades of Amazon #357849

Tints of Amazon #357849

Color information

#357849 (or 0x357849) is unknown color: approx Amazon. HEX triplet: 35, 78 and 49. RGB value is (53,120,73). Sum of RGB (Red+Green+Blue) = 53+120+73=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 120 - color contains mainly: green. Hex color #357849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357849 is #CA87B6. Grayscale: #5E5E5E. Windows color (decimal): -13273015 or 4814901. OLE color: 4814901.

HSL color Cylindrical-coordinate representation of color #357849: hue angle of 137.91º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357849 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB5312073-
CMYK0.5600.390.53
HSL137.91º38.73%33.92%-
HSV(B)137.91º55.83%47.06%-
XYZ9.3914.678.64-
YUV94.61115.898.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 120 (47.27% from 255) = 48.78%
BLUE value IS 73 (28.91% from 255) = 29.67%
R=21.54%
G=48.78%
B=29.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120730.5600.390.53137.9138.7333.92
Hex35784938027358a2722
Octal6517011170047652124742
Binary11010111110001001001111000010011111010110001010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357849; }

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

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

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

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

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

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

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

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