#35755E

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

Shades of Amazon #35755E

Tints of Amazon #35755E

Color information

#35755E (or 0x35755E) is unknown color: approx Amazon. HEX triplet: 35, 75 and 5E. RGB value is (53,117,94). Sum of RGB (Red+Green+Blue) = 53+117+94=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #35755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35755E is #CA8AA1. Grayscale: #5F5F5F. Windows color (decimal): -13273762 or 6190389. OLE color: 6190389.

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

Color convert

RGB5311794-
CMYK0.5500.200.54
HSL158.44º37.65%33.33%-
HSV(B)158.44º54.7%45.88%-
XYZ9.8514.2912.83-
YUV95.24127.397.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.08%
GREEN value IS 117 (46.09% from 255) = 44.32%
BLUE value IS 94 (37.11% from 255) = 35.61%
R=20.08%
G=44.32%
B=35.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53117940.5500.200.54158.4437.6533.33
Hex35755E37014369e2621
Octal6516513667024662364641
Binary1101011110101101111011011101010011011010011110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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