#35744D

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

Shades of Amazon #35744D

Tints of Amazon #35744D

Color information

#35744D (or 0x35744D) is unknown color: approx Amazon. HEX triplet: 35, 74 and 4D. RGB value is (53,116,77). Sum of RGB (Red+Green+Blue) = 53+116+77=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #35744D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35744D is #CA8BB2. Grayscale: #5C5C5C. Windows color (decimal): -13274035 or 5076021. OLE color: 5076021.

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

Color convert

RGB5311677-
CMYK0.5400.340.55
HSL142.86º37.28%33.14%-
HSV(B)142.86º54.31%45.49%-
XYZ9.0513.789.2-
YUV92.72119.1399.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 116 (45.70% from 255) = 47.15%
BLUE value IS 77 (30.47% from 255) = 31.30%
R=21.54%
G=47.15%
B=31.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53116770.5400.340.55142.8637.2833.14
Hex35744D36022378f2521
Octal6516411566042672174541
Binary11010111101001001101110110010001011011110001111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35744D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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