#35774D

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

Shades of Amazon #35774D

Tints of Amazon #35774D

Color information

#35774D (or 0x35774D) is unknown color: approx Amazon. HEX triplet: 35, 77 and 4D. RGB value is (53,119,77). Sum of RGB (Red+Green+Blue) = 53+119+77=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #35774D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35774D is #CA88B2. Grayscale: #5E5E5E. Windows color (decimal): -13273267 or 5076789. OLE color: 5076789.

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

Color convert

RGB5311977-
CMYK0.5500.350.53
HSL141.82º38.37%33.73%-
HSV(B)141.82º55.46%46.67%-
XYZ9.414.499.32-
YUV94.48118.1398.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.29%
GREEN value IS 119 (46.88% from 255) = 47.79%
BLUE value IS 77 (30.47% from 255) = 30.92%
R=21.29%
G=47.79%
B=30.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119770.5500.350.53141.8238.3733.73
Hex35774D37023358e2622
Octal6516711567043652164642
Binary11010111101111001101110111010001111010110001110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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