#3D795F

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

Shades of Amazon #3D795F

Tints of Amazon #3D795F

Color information

#3D795F (or 0x3D795F) is unknown color: approx Amazon. HEX triplet: 3D, 79 and 5F. RGB value is (61,121,95). Sum of RGB (Red+Green+Blue) = 61+121+95=277 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.02% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #3D795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D795F is #C286A0. Grayscale: #646464. Windows color (decimal): -12748449 or 6256957. OLE color: 6256957.

HSL color Cylindrical-coordinate representation of color #3D795F: hue angle of 154º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D795F is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB6112195-
CMYK0.5000.210.53
HSL154º32.97%35.69%-
HSV(B)154º49.59%47.45%-
XYZ10.8315.4913.25-
YUV100.1125.12100.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.02%
GREEN value IS 121 (47.66% from 255) = 43.68%
BLUE value IS 95 (37.5% from 255) = 34.30%
R=22.02%
G=43.68%
B=34.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61121950.5000.210.5315432.9735.69
Hex3D795F32015359a2124
Octal7517113762025652324144
Binary1111011111001101111111001001010111010110011010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,121,95); }

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

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

 a { background-color: rgb(61,121,95); }

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

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

 span { border-color: rgb(61,121,95); }

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