#35734D

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

Shades of Amazon #35734D

Tints of Amazon #35734D

Color information

#35734D (or 0x35734D) is unknown color: approx Amazon. HEX triplet: 35, 73 and 4D. RGB value is (53,115,77). Sum of RGB (Red+Green+Blue) = 53+115+77=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #35734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35734D is #CA8CB2. Grayscale: #5C5C5C. Windows color (decimal): -13274291 or 5075765. OLE color: 5075765.

HSL color Cylindrical-coordinate representation of color #35734D: hue angle of 143.23º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #35734D is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB5311577-
CMYK0.5400.330.55
HSL143.23º36.9%32.94%-
HSV(B)143.23º53.91%45.1%-
XYZ8.9413.559.17-
YUV92.13119.46100.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.63%
GREEN value IS 115 (45.31% from 255) = 46.94%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=21.63%
G=46.94%
B=31.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53115770.5400.330.55143.2336.932.94
Hex35734D36021378f2521
Octal6516311566041672174541
Binary11010111100111001101110110010000111011110001111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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