#357C51

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

Shades of Amazon #357C51

Tints of Amazon #357C51

Color information

#357C51 (or 0x357C51) is unknown color: approx Amazon. HEX triplet: 35, 7C and 51. RGB value is (53,124,81). Sum of RGB (Red+Green+Blue) = 53+124+81=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 124 (48.83% from 255 or 48.06% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 124 - color contains mainly: green. Hex color #357C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C51 is #CA83AE. Grayscale: #616161. Windows color (decimal): -13271983 or 5340213. OLE color: 5340213.

HSL color Cylindrical-coordinate representation of color #357C51: hue angle of 143.66º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C51 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB5312481-
CMYK0.5700.350.51
HSL143.66º40.11%34.71%-
HSV(B)143.66º57.26%48.63%-
XYZ10.1615.7710.29-
YUV97.87118.4896-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.54%
GREEN value IS 124 (48.83% from 255) = 48.06%
BLUE value IS 81 (32.03% from 255) = 31.40%
R=20.54%
G=48.06%
B=31.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53124810.5700.350.51143.6640.1134.71
Hex357C513902333902823
Octal6517412171043632205043
Binary11010111111001010001111001010001111001110010000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357C51; }

 p { color: rgb(53,124,81); }

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

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

 a { background-color: rgb(53,124,81); }

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

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

 span { border-color: rgb(53,124,81); }

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