#3D755E

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

Shades of Amazon #3D755E

Tints of Amazon #3D755E

Color information

#3D755E (or 0x3D755E) is unknown color: approx Amazon. HEX triplet: 3D, 75 and 5E. RGB value is (61,117,94). Sum of RGB (Red+Green+Blue) = 61+117+94=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 117 - color contains mainly: green. Hex color #3D755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D755E is #C28AA1. Grayscale: #616161. Windows color (decimal): -12749474 or 6190397. OLE color: 6190397.

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

Color convert

RGB6111794-
CMYK0.4800.200.54
HSL155.36º31.46%34.9%-
HSV(B)155.36º47.86%45.88%-
XYZ10.3114.5212.85-
YUV97.63125.95101.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.43%
GREEN value IS 117 (46.09% from 255) = 43.01%
BLUE value IS 94 (37.11% from 255) = 34.56%
R=22.43%
G=43.01%
B=34.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61117940.4800.200.54155.3631.4634.9
Hex3D755E30014369b1f23
Octal7516513660024662333743
Binary111101111010110111101100000101001101101001101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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