#357152

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

Shades of Amazon #357152

Tints of Amazon #357152

Color information

#357152 (or 0x357152) is unknown color: approx Amazon. HEX triplet: 35, 71 and 52. RGB value is (53,113,82). Sum of RGB (Red+Green+Blue) = 53+113+82=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #357152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357152 is #CA8EAD. Grayscale: #5B5B5B. Windows color (decimal): -13274798 or 5402933. OLE color: 5402933.

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

Color convert

RGB5311382-
CMYK0.5300.270.56
HSL149º36.14%32.55%-
HSV(B)149º53.1%44.31%-
XYZ8.913.1810.06-
YUV91.53122.62100.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 113 (44.53% from 255) = 45.56%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=21.37%
G=45.56%
B=33.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53113820.5300.270.5614936.1432.55
Hex3571523501B38952421
Octal6516112265033702254441
Binary1101011110001101001011010101101111100010010101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357152; }

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

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

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

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

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

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

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

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