#357150

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

Shades of Amazon #357150

Tints of Amazon #357150

Color information

#357150 (or 0x357150) is unknown color: approx Amazon. HEX triplet: 35, 71 and 50. RGB value is (53,113,80). Sum of RGB (Red+Green+Blue) = 53+113+80=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #357150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357150 is #CA8EAF. Grayscale: #5B5B5B. Windows color (decimal): -13274800 or 5271861. OLE color: 5271861.

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

Color convert

RGB5311380-
CMYK0.5300.290.56
HSL147º36.14%32.55%-
HSV(B)147º53.1%44.31%-
XYZ8.8213.159.66-
YUV91.3121.62100.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 113 (44.53% from 255) = 45.93%
BLUE value IS 80 (31.64% from 255) = 32.52%
R=21.54%
G=45.93%
B=32.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53113800.5300.290.5614736.1432.55
Hex3571503501D38932421
Octal6516112065035702234441
Binary1101011110001101000011010101110111100010010011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357150; }

 p { color: rgb(53,113,80); }

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

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

 a { background-color: rgb(53,113,80); }

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

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

 span { border-color: rgb(53,113,80); }

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