#357744

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

Shades of Amazon #357744

Tints of Amazon #357744

Color information

#357744 (or 0x357744) is unknown color: approx Amazon. HEX triplet: 35, 77 and 44. RGB value is (53,119,68). Sum of RGB (Red+Green+Blue) = 53+119+68=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #357744 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357744 is #CA88BB. Grayscale: #5D5D5D. Windows color (decimal): -13273276 or 4486965. OLE color: 4486965.

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

Color convert

RGB5311968-
CMYK0.5500.430.53
HSL133.64º38.37%33.73%-
HSV(B)133.64º55.46%46.67%-
XYZ9.1114.377.76-
YUV93.45113.6399.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 119 (46.88% from 255) = 49.58%
BLUE value IS 68 (26.95% from 255) = 28.33%
R=22.08%
G=49.58%
B=28.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119680.5500.430.53133.6438.3733.73
Hex3577443702B35862622
Octal6516710467053652064642
Binary11010111101111000100110111010101111010110000110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357744; }

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

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

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

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

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

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

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

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