#3D7755

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

Shades of Amazon #3D7755

Tints of Amazon #3D7755

Color information

#3D7755 (or 0x3D7755) is unknown color: approx Amazon. HEX triplet: 3D, 77 and 55. RGB value is (61,119,85). Sum of RGB (Red+Green+Blue) = 61+119+85=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #3D7755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7755 is #C288AA. Grayscale: #616161. Windows color (decimal): -12748971 or 5601085. OLE color: 5601085.

HSL color Cylindrical-coordinate representation of color #3D7755: hue angle of 144.83º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D7755 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB6111985-
CMYK0.4900.290.53
HSL144.83º32.22%35.29%-
HSV(B)144.83º48.74%46.67%-
XYZ10.1614.8410.92-
YUV97.78120.78101.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.02%
GREEN value IS 119 (46.88% from 255) = 44.91%
BLUE value IS 85 (33.59% from 255) = 32.08%
R=23.02%
G=44.91%
B=32.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61119850.4900.290.53144.8332.2235.29
Hex3D77553101D35912023
Octal7516712561035652214043
Binary1111011110111101010111000101110111010110010001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,119,85); }

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

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

 a { background-color: rgb(61,119,85); }

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

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

 span { border-color: rgb(61,119,85); }

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