#3A704A

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

Shades of Amazon #3A704A

Tints of Amazon #3A704A

Color information

#3A704A (or 0x3A704A) is unknown color: approx Amazon. HEX triplet: 3A, 70 and 4A. RGB value is (58,112,74). Sum of RGB (Red+Green+Blue) = 58+112+74=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #3A704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A704A is #C58FB5. Grayscale: #5B5B5B. Windows color (decimal): -12947382 or 4878394. OLE color: 4878394.

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

Color convert

RGB5811274-
CMYK0.4800.340.56
HSL137.78º31.76%33.33%-
HSV(B)137.78º48.21%43.92%-
XYZ8.7812.988.52-
YUV91.52118.11104.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.77%
GREEN value IS 112 (44.14% from 255) = 45.90%
BLUE value IS 74 (29.30% from 255) = 30.33%
R=23.77%
G=45.90%
B=30.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58112740.4800.340.56137.7831.7633.33
Hex3A704A30022388a2021
Octal7216011260042702124041
Binary11101011100001001010110000010001011100010001010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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