#35755D

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

Shades of Amazon #35755D

Tints of Amazon #35755D

Color information

#35755D (or 0x35755D) is unknown color: approx Amazon. HEX triplet: 35, 75 and 5D. RGB value is (53,117,93). Sum of RGB (Red+Green+Blue) = 53+117+93=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #35755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35755D is #CA8AA2. Grayscale: #5F5F5F. Windows color (decimal): -13273763 or 6124853. OLE color: 6124853.

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

Color convert

RGB5311793-
CMYK0.5500.210.54
HSL157.5º37.65%33.33%-
HSV(B)157.5º54.7%45.88%-
XYZ9.8114.2712.59-
YUV95.13126.897.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.15%
GREEN value IS 117 (46.09% from 255) = 44.49%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=20.15%
G=44.49%
B=35.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53117930.5500.210.54157.537.6533.33
Hex35755D37015369e2621
Octal6516513567025662364641
Binary1101011110101101110111011101010111011010011110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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