#357156

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

Shades of Amazon #357156

Tints of Amazon #357156

Color information

#357156 (or 0x357156) is unknown color: approx Amazon. HEX triplet: 35, 71 and 56. RGB value is (53,113,86). Sum of RGB (Red+Green+Blue) = 53+113+86=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #357156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357156 is #CA8EA9. Grayscale: #5C5C5C. Windows color (decimal): -13274794 or 5665077. OLE color: 5665077.

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

Color convert

RGB5311386-
CMYK0.5300.240.56
HSL153º36.14%32.55%-
HSV(B)153º53.1%44.31%-
XYZ9.0513.2410.88-
YUV91.98124.62100.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=21.03%
G=44.84%
B=34.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53113860.5300.240.5615336.1432.55
Hex3571563501838992421
Octal6516112665030702314441
Binary1101011110001101011011010101100011100010011001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357156; }

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

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

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

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

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

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

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

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