#357246

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

Shades of Amazon #357246

Tints of Amazon #357246

Color information

#357246 (or 0x357246) is unknown color: approx Amazon. HEX triplet: 35, 72 and 46. RGB value is (53,114,70). Sum of RGB (Red+Green+Blue) = 53+114+70=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #357246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357246 is #CA8DB9. Grayscale: #5A5A5A. Windows color (decimal): -13274554 or 4616757. OLE color: 4616757.

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

Color convert

RGB5311470-
CMYK0.5400.390.55
HSL136.72º36.53%32.75%-
HSV(B)136.72º53.51%44.71%-
XYZ8.5913.237.9-
YUV90.74116.29101.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.36%
GREEN value IS 114 (44.92% from 255) = 48.10%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=22.36%
G=48.10%
B=29.54%

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
Decimal53114700.5400.390.55136.7236.5332.75
Hex3572463602737892521
Octal6516210666047672114541
Binary11010111100101000110110110010011111011110001001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357246; }

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

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

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

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

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

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

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

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