#357245

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

Shades of Amazon #357245

Tints of Amazon #357245

Color information

#357245 (or 0x357245) is unknown color: approx Amazon. HEX triplet: 35, 72 and 45. RGB value is (53,114,69). Sum of RGB (Red+Green+Blue) = 53+114+69=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #357245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357245 is #CA8DBA. Grayscale: #5A5A5A. Windows color (decimal): -13274555 or 4551221. OLE color: 4551221.

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

Color convert

RGB5311469-
CMYK0.5400.390.55
HSL135.74º36.53%32.75%-
HSV(B)135.74º53.51%44.71%-
XYZ8.5613.227.73-
YUV90.63115.79101.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 114 (44.92% from 255) = 48.31%
BLUE value IS 69 (27.34% from 255) = 29.24%
R=22.46%
G=48.31%
B=29.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53114690.5400.390.55135.7436.5332.75
Hex3572453602737882521
Octal6516210566047672104541
Binary11010111100101000101110110010011111011110001000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357245; }

 p { color: rgb(53,114,69); }

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

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

 a { background-color: rgb(53,114,69); }

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

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

 span { border-color: rgb(53,114,69); }

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