#35775D

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

Shades of Amazon #35775D

Tints of Amazon #35775D

Color information

#35775D (or 0x35775D) is unknown color: approx Amazon. HEX triplet: 35, 77 and 5D. RGB value is (53,119,93). Sum of RGB (Red+Green+Blue) = 53+119+93=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #35775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35775D is #CA88A2. Grayscale: #606060. Windows color (decimal): -13273251 or 6125365. OLE color: 6125365.

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

Color convert

RGB5311993-
CMYK0.5500.220.53
HSL156.36º38.37%33.73%-
HSV(B)156.36º55.46%46.67%-
XYZ10.0414.7412.67-
YUV96.3126.1397.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 119 (46.88% from 255) = 44.91%
BLUE value IS 93 (36.72% from 255) = 35.09%
R=20%
G=44.91%
B=35.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119930.5500.220.53156.3638.3733.73
Hex35775D37016359c2622
Octal6516713567026652344642
Binary1101011110111101110111011101011011010110011100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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