#3D745D

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

Shades of Amazon #3D745D

Tints of Amazon #3D745D

Color information

#3D745D (or 0x3D745D) is unknown color: approx Amazon. HEX triplet: 3D, 74 and 5D. RGB value is (61,116,93). Sum of RGB (Red+Green+Blue) = 61+116+93=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 116 - color contains mainly: green. Hex color #3D745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D745D is #C28BA2. Grayscale: #606060. Windows color (decimal): -12749731 or 6124605. OLE color: 6124605.

HSL color Cylindrical-coordinate representation of color #3D745D: hue angle of 154.91º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D745D is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB6111693-
CMYK0.4700.200.55
HSL154.91º31.07%34.71%-
HSV(B)154.91º47.41%45.49%-
XYZ10.1514.2712.58-
YUV96.93125.78102.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.59%
GREEN value IS 116 (45.70% from 255) = 42.96%
BLUE value IS 93 (36.72% from 255) = 34.44%
R=22.59%
G=42.96%
B=34.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61116930.4700.200.55154.9131.0734.71
Hex3D745D2F014379b1f23
Octal7516413557024672333743
Binary111101111010010111011011110101001101111001101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,116,93); }

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

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

 a { background-color: rgb(61,116,93); }

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

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

 span { border-color: rgb(61,116,93); }

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