#3A704D

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

Shades of Amazon #3A704D

Tints of Amazon #3A704D

Color information

#3A704D (or 0x3A704D) is unknown color: approx Amazon. HEX triplet: 3A, 70 and 4D. RGB value is (58,112,77). Sum of RGB (Red+Green+Blue) = 58+112+77=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #3A704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A704D is #C58FB2. Grayscale: #5B5B5B. Windows color (decimal): -12947379 or 5075002. OLE color: 5075002.

HSL color Cylindrical-coordinate representation of color #3A704D: hue angle of 141.11º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A704D is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB5811277-
CMYK0.4800.310.56
HSL141.11º31.76%33.33%-
HSV(B)141.11º48.21%43.92%-
XYZ8.8813.029.07-
YUV91.86119.61103.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.48%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 77 (30.47% from 255) = 31.17%
R=23.48%
G=45.34%
B=31.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58112770.4800.310.56141.1131.7633.33
Hex3A704D3001F388d2021
Octal7216011560037702154041
Binary1110101110000100110111000001111111100010001101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A704D; }

 p { color: rgb(58,112,77); }

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

<style>
 a { background-color: #3A704D; }

 a { background-color: rgb(58,112,77); }

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

<style>
 span { border-color: #3A704D; }

 span { border-color: rgb(58,112,77); }

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