#35704C

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

Shades of Amazon #35704C

Tints of Amazon #35704C

Color information

#35704C (or 0x35704C) is unknown color: approx Amazon. HEX triplet: 35, 70 and 4C. RGB value is (53,112,76). Sum of RGB (Red+Green+Blue) = 53+112+76=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #35704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35704C is #CA8FB3. Grayscale: #5A5A5A. Windows color (decimal): -13275060 or 5009461. OLE color: 5009461.

HSL color Cylindrical-coordinate representation of color #35704C: hue angle of 143.39º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35704C is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB5311276-
CMYK0.5300.320.56
HSL143.39º35.76%32.35%-
HSV(B)143.39º52.68%43.92%-
XYZ8.5712.878.87-
YUV90.26119.95101.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 112 (44.14% from 255) = 46.47%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=21.99%
G=46.47%
B=31.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53112760.5300.320.56143.3935.7632.35
Hex35704C35020388f2420
Octal6516011465040702174440
Binary11010111100001001100110101010000011100010001111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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