#357046

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

Shades of Amazon #357046

Tints of Amazon #357046

Color information

#357046 (or 0x357046) is unknown color: approx Amazon. HEX triplet: 35, 70 and 46. RGB value is (53,112,70). Sum of RGB (Red+Green+Blue) = 53+112+70=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #357046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357046 is #CA8FB9. Grayscale: #595959. Windows color (decimal): -13275066 or 4616245. OLE color: 4616245.

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

Color convert

RGB5311270-
CMYK0.5300.380.56
HSL137.29º35.76%32.35%-
HSV(B)137.29º52.68%43.92%-
XYZ8.3712.797.82-
YUV89.57116.95101.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 112 (44.14% from 255) = 47.66%
BLUE value IS 70 (27.73% from 255) = 29.79%
R=22.55%
G=47.66%
B=29.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53112700.5300.380.56137.2935.7632.35
Hex3570463502638892420
Octal6516010665046702114440
Binary11010111100001000110110101010011011100010001001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357046; }

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

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

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

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

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

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

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

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