#35745B

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

Shades of Amazon #35745B

Tints of Amazon #35745B

Color information

#35745B (or 0x35745B) is unknown color: approx Amazon. HEX triplet: 35, 74 and 5B. RGB value is (53,116,91). Sum of RGB (Red+Green+Blue) = 53+116+91=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #35745B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35745B is #CA8BA4. Grayscale: #5E5E5E. Windows color (decimal): -13274021 or 5993525. OLE color: 5993525.

HSL color Cylindrical-coordinate representation of color #35745B: hue angle of 156.19º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #35745B is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB5311691-
CMYK0.5400.220.55
HSL156.19º37.28%33.14%-
HSV(B)156.19º54.31%45.49%-
XYZ9.61412.09-
YUV94.31126.1398.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 116 (45.70% from 255) = 44.62%
BLUE value IS 91 (35.94% from 255) = 35%
R=20.38%
G=44.62%
B=35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53116910.5400.220.55156.1937.2833.14
Hex35745B36016379c2521
Octal6516413366026672344541
Binary1101011110100101101111011001011011011110011100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35745B; }

 p { color: rgb(53,116,91); }

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

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

 a { background-color: rgb(53,116,91); }

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

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

 span { border-color: rgb(53,116,91); }

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