#35704B

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

Shades of Amazon #35704B

Tints of Amazon #35704B

Color information

#35704B (or 0x35704B) is unknown color: approx Amazon. HEX triplet: 35, 70 and 4B. RGB value is (53,112,75). Sum of RGB (Red+Green+Blue) = 53+112+75=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #35704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35704B is #CA8FB4. Grayscale: #5A5A5A. Windows color (decimal): -13275061 or 4943925. OLE color: 4943925.

HSL color Cylindrical-coordinate representation of color #35704B: hue angle of 142.37º 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 #35704B is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB5311275-
CMYK0.5300.330.56
HSL142.37º35.76%32.35%-
HSV(B)142.37º52.68%43.92%-
XYZ8.5312.858.69-
YUV90.14119.45101.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 112 (44.14% from 255) = 46.67%
BLUE value IS 75 (29.69% from 255) = 31.25%
R=22.08%
G=46.67%
B=31.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53112750.5300.330.56142.3735.7632.35
Hex35704B35021388e2420
Octal6516011365041702164440
Binary11010111100001001011110101010000111100010001110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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