#35774C

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

Shades of Amazon #35774C

Tints of Amazon #35774C

Color information

#35774C (or 0x35774C) is unknown color: approx Amazon. HEX triplet: 35, 77 and 4C. RGB value is (53,119,76). Sum of RGB (Red+Green+Blue) = 53+119+76=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #35774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35774C is #CA88B3. Grayscale: #5E5E5E. Windows color (decimal): -13273268 or 5011253. OLE color: 5011253.

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

Color convert

RGB5311976-
CMYK0.5500.360.53
HSL140.91º38.37%33.73%-
HSV(B)140.91º55.46%46.67%-
XYZ9.3714.479.14-
YUV94.36117.6398.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 119 (46.88% from 255) = 47.98%
BLUE value IS 76 (30.08% from 255) = 30.65%
R=21.37%
G=47.98%
B=30.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119760.5500.360.53140.9138.3733.73
Hex35774C37024358d2622
Octal6516711467044652154642
Binary11010111101111001100110111010010011010110001101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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