#35744F

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

Shades of Amazon #35744F

Tints of Amazon #35744F

Color information

#35744F (or 0x35744F) is unknown color: approx Amazon. HEX triplet: 35, 74 and 4F. RGB value is (53,116,79). Sum of RGB (Red+Green+Blue) = 53+116+79=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #35744F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35744F is #CA8BB0. Grayscale: #5D5D5D. Windows color (decimal): -13274033 or 5207093. OLE color: 5207093.

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

Color convert

RGB5311679-
CMYK0.5400.320.55
HSL144.76º37.28%33.14%-
HSV(B)144.76º54.31%45.49%-
XYZ9.1213.819.58-
YUV92.94120.1399.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 116 (45.70% from 255) = 46.77%
BLUE value IS 79 (31.25% from 255) = 31.85%
R=21.37%
G=46.77%
B=31.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53116790.5400.320.55144.7637.2833.14
Hex35744F3602037912521
Octal6516411766040672214541
Binary11010111101001001111110110010000011011110010001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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