#35704F

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

Shades of Amazon #35704F

Tints of Amazon #35704F

Color information

#35704F (or 0x35704F) is unknown color: approx Amazon. HEX triplet: 35, 70 and 4F. RGB value is (53,112,79). Sum of RGB (Red+Green+Blue) = 53+112+79=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #35704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35704F is #CA8FB0. Grayscale: #5A5A5A. Windows color (decimal): -13275057 or 5206069. OLE color: 5206069.

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

Color convert

RGB5311279-
CMYK0.5300.290.56
HSL146.44º35.76%32.35%-
HSV(B)146.44º52.68%43.92%-
XYZ8.6712.919.43-
YUV90.6121.45101.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.72%
GREEN value IS 112 (44.14% from 255) = 45.90%
BLUE value IS 79 (31.25% from 255) = 32.38%
R=21.72%
G=45.90%
B=32.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53112790.5300.290.56146.4435.7632.35
Hex35704F3501D38922420
Octal6516011765035702224440
Binary1101011110000100111111010101110111100010010010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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