#3D7056

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

Shades of Amazon #3D7056

Tints of Amazon #3D7056

Color information

#3D7056 (or 0x3D7056) is unknown color: approx Amazon. HEX triplet: 3D, 70 and 56. RGB value is (61,112,86). Sum of RGB (Red+Green+Blue) = 61+112+86=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #3D7056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7056 is #C28FA9. Grayscale: #5D5D5D. Windows color (decimal): -12750762 or 5664829. OLE color: 5664829.

HSL color Cylindrical-coordinate representation of color #3D7056: hue angle of 149.41º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D7056 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB6111286-
CMYK0.4600.230.56
HSL149.41º29.48%33.92%-
HSV(B)149.41º45.54%43.92%-
XYZ9.413.2510.87-
YUV93.79123.6104.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.55%
GREEN value IS 112 (44.14% from 255) = 43.24%
BLUE value IS 86 (33.98% from 255) = 33.20%
R=23.55%
G=43.24%
B=33.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61112860.4600.230.56149.4129.4833.92
Hex3D70562E01738951d22
Octal7516012656027702253542
Binary111101111000010101101011100101111110001001010111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,112,86); }

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

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

 a { background-color: rgb(61,112,86); }

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

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

 span { border-color: rgb(61,112,86); }

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