#3A704C

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

Shades of Amazon #3A704C

Tints of Amazon #3A704C

Color information

#3A704C (or 0x3A704C) is unknown color: approx Amazon. HEX triplet: 3A, 70 and 4C. RGB value is (58,112,76). Sum of RGB (Red+Green+Blue) = 58+112+76=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #3A704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A704C is #C58FB3. Grayscale: #5B5B5B. Windows color (decimal): -12947380 or 5009466. OLE color: 5009466.

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

Color convert

RGB5811276-
CMYK0.4800.320.56
HSL140º31.76%33.33%-
HSV(B)140º48.21%43.92%-
XYZ8.8413.018.88-
YUV91.75119.11103.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.58%
GREEN value IS 112 (44.14% from 255) = 45.53%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=23.58%
G=45.53%
B=30.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58112760.4800.320.5614031.7633.33
Hex3A704C30020388c2021
Octal7216011460040702144041
Binary11101011100001001100110000010000011100010001100100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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