#357651

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

Shades of Amazon #357651

Tints of Amazon #357651

Color information

#357651 (or 0x357651) is unknown color: approx Amazon. HEX triplet: 35, 76 and 51. RGB value is (53,118,81). Sum of RGB (Red+Green+Blue) = 53+118+81=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #357651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357651 is #CA89AE. Grayscale: #5E5E5E. Windows color (decimal): -13273519 or 5338677. OLE color: 5338677.

HSL color Cylindrical-coordinate representation of color #357651: hue angle of 145.85º 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 #357651 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB5311881-
CMYK0.5500.310.54
HSL145.85º38.01%33.53%-
HSV(B)145.85º55.08%46.27%-
XYZ9.4314.3110.05-
YUV94.35120.4798.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 118 (46.48% from 255) = 46.83%
BLUE value IS 81 (32.03% from 255) = 32.14%
R=21.03%
G=46.83%
B=32.14%

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
Decimal53118810.5500.310.54145.8538.0133.53
Hex3576513701F36922622
Octal6516612167037662224642
Binary1101011110110101000111011101111111011010010010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357651; }

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

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

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

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

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

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

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

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