#357052

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

Shades of Amazon #357052

Tints of Amazon #357052

Color information

#357052 (or 0x357052) is unknown color: approx Amazon. HEX triplet: 35, 70 and 52. RGB value is (53,112,82). Sum of RGB (Red+Green+Blue) = 53+112+82=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #357052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357052 is #CA8FAD. Grayscale: #5A5A5A. Windows color (decimal): -13275054 or 5402677. OLE color: 5402677.

HSL color Cylindrical-coordinate representation of color #357052: hue angle of 149.49º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357052 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB5311282-
CMYK0.5300.270.56
HSL149.49º35.76%32.35%-
HSV(B)149.49º52.68%43.92%-
XYZ8.7912.9510.02-
YUV90.94122.95100.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.46%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=21.46%
G=45.34%
B=33.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53112820.5300.270.56149.4935.7632.35
Hex3570523501B38952420
Octal6516012265033702254440
Binary1101011110000101001011010101101111100010010101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357052; }

 p { color: rgb(53,112,82); }

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

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

 a { background-color: rgb(53,112,82); }

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

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

 span { border-color: rgb(53,112,82); }

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