#3D755D

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

Shades of Amazon #3D755D

Tints of Amazon #3D755D

Color information

#3D755D (or 0x3D755D) is unknown color: approx Amazon. HEX triplet: 3D, 75 and 5D. RGB value is (61,117,93). Sum of RGB (Red+Green+Blue) = 61+117+93=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #3D755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D755D is #C28AA2. Grayscale: #616161. Windows color (decimal): -12749475 or 6124861. OLE color: 6124861.

HSL color Cylindrical-coordinate representation of color #3D755D: hue angle of 154.29º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D755D is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB6111793-
CMYK0.4800.210.54
HSL154.29º31.46%34.9%-
HSV(B)154.29º47.86%45.88%-
XYZ10.2614.512.61-
YUV97.52125.45101.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.51%
GREEN value IS 117 (46.09% from 255) = 43.17%
BLUE value IS 93 (36.72% from 255) = 34.32%
R=22.51%
G=43.17%
B=34.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61117930.4800.210.54154.2931.4634.9
Hex3D755D30015369a1f23
Octal7516513560025662323743
Binary111101111010110111011100000101011101101001101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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