#357751

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

Shades of Amazon #357751

Tints of Amazon #357751

Color information

#357751 (or 0x357751) is unknown color: approx Amazon. HEX triplet: 35, 77 and 51. RGB value is (53,119,81). Sum of RGB (Red+Green+Blue) = 53+119+81=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #357751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357751 is #CA88AE. Grayscale: #5F5F5F. Windows color (decimal): -13273263 or 5338933. OLE color: 5338933.

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

Color convert

RGB5311981-
CMYK0.5500.320.53
HSL145.45º38.37%33.73%-
HSV(B)145.45º55.46%46.67%-
XYZ9.5514.5410.09-
YUV94.93120.1398.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.95%
GREEN value IS 119 (46.88% from 255) = 47.04%
BLUE value IS 81 (32.03% from 255) = 32.02%
R=20.95%
G=47.04%
B=32.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119810.5500.320.53145.4538.3733.73
Hex3577513702035912622
Octal6516712167040652214642
Binary11010111101111010001110111010000011010110010001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357751; }

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

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

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

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

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

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

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

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