#357854

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

Shades of Amazon #357854

Tints of Amazon #357854

Color information

#357854 (or 0x357854) is unknown color: approx Amazon. HEX triplet: 35, 78 and 54. RGB value is (53,120,84). Sum of RGB (Red+Green+Blue) = 53+120+84=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 120 - color contains mainly: green. Hex color #357854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357854 is #CA87AB. Grayscale: #5F5F5F. Windows color (decimal): -13273004 or 5535797. OLE color: 5535797.

HSL color Cylindrical-coordinate representation of color #357854: hue angle of 147.76º 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 #357854 is Cyan = 0.56, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.53.

Color convert

RGB5312084-
CMYK0.5600.30.53
HSL147.76º38.73%33.92%-
HSV(B)147.76º55.83%47.06%-
XYZ9.7814.8310.73-
YUV95.86121.397.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 120 (47.27% from 255) = 46.69%
BLUE value IS 84 (33.20% from 255) = 32.68%
R=20.62%
G=46.69%
B=32.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53120840.5600.30.53147.7638.7333.92
Hex3578543801E35942722
Octal6517012470036652244742
Binary1101011111000101010011100001111011010110010100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357854; }

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

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

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

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

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

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

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

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