#3A704F

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

Shades of Amazon #3A704F

Tints of Amazon #3A704F

Color information

#3A704F (or 0x3A704F) is unknown color: approx Amazon. HEX triplet: 3A, 70 and 4F. RGB value is (58,112,79). Sum of RGB (Red+Green+Blue) = 58+112+79=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #3A704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A704F is #C58FB0. Grayscale: #5C5C5C. Windows color (decimal): -12947377 or 5206074. OLE color: 5206074.

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

Color convert

RGB5811279-
CMYK0.4800.290.56
HSL143.33º31.76%33.33%-
HSV(B)143.33º48.21%43.92%-
XYZ8.9513.059.44-
YUV92.09120.61103.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.29%
GREEN value IS 112 (44.14% from 255) = 44.98%
BLUE value IS 79 (31.25% from 255) = 31.73%
R=23.29%
G=44.98%
B=31.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58112790.4800.290.56143.3331.7633.33
Hex3A704F3001D388f2021
Octal7216011760035702174041
Binary1110101110000100111111000001110111100010001111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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