#35755B

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

Shades of Amazon #35755B

Tints of Amazon #35755B

Color information

#35755B (or 0x35755B) is unknown color: approx Amazon. HEX triplet: 35, 75 and 5B. RGB value is (53,117,91). Sum of RGB (Red+Green+Blue) = 53+117+91=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #35755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35755B is #CA8AA4. Grayscale: #5E5E5E. Windows color (decimal): -13273765 or 5993781. OLE color: 5993781.

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

Color convert

RGB5311791-
CMYK0.5500.220.54
HSL155.62º37.65%33.33%-
HSV(B)155.62º54.7%45.88%-
XYZ9.7214.2312.13-
YUV94.9125.898.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 117 (46.09% from 255) = 44.83%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=20.31%
G=44.83%
B=34.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53117910.5500.220.54155.6237.6533.33
Hex35755B37016369c2621
Octal6516513367026662344641
Binary1101011110101101101111011101011011011010011100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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