#357652

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

Shades of Amazon #357652

Tints of Amazon #357652

Color information

#357652 (or 0x357652) is unknown color: approx Amazon. HEX triplet: 35, 76 and 52. RGB value is (53,118,82). Sum of RGB (Red+Green+Blue) = 53+118+82=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #357652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357652 is #CA89AD. Grayscale: #5E5E5E. Windows color (decimal): -13273518 or 5404213. OLE color: 5404213.

HSL color Cylindrical-coordinate representation of color #357652: hue angle of 146.77º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357652 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB5311882-
CMYK0.5500.310.54
HSL146.77º38.01%33.53%-
HSV(B)146.77º55.08%46.27%-
XYZ9.4714.3210.25-
YUV94.46120.9798.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.95%
GREEN value IS 118 (46.48% from 255) = 46.64%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=20.95%
G=46.64%
B=32.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53118820.5500.310.54146.7738.0133.53
Hex3576523701F36932622
Octal6516612267037662234642
Binary1101011110110101001011011101111111011010010011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357652; }

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

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

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

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

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

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

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

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