#3D805B

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

Shades of Amazon #3D805B

Tints of Amazon #3D805B

Color information

#3D805B (or 0x3D805B) is unknown color: approx Amazon. HEX triplet: 3D, 80 and 5B. RGB value is (61,128,91). Sum of RGB (Red+Green+Blue) = 61+128+91=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #3D805B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D805B is #C27FA4. Grayscale: #676767. Windows color (decimal): -12746661 or 5996605. OLE color: 5996605.

HSL color Cylindrical-coordinate representation of color #3D805B: hue angle of 146.87º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D805B is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB6112891-
CMYK0.5200.290.50
HSL146.87º35.45%37.06%-
HSV(B)146.87º52.34%50.2%-
XYZ11.5317.1912.61-
YUV103.75120.897.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.79%
GREEN value IS 128 (50.39% from 255) = 45.71%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=21.79%
G=45.71%
B=32.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61128910.5200.290.50146.8735.4537.06
Hex3D805B3401D32932325
Octal7520013364035622234345
Binary11110110000000101101111010001110111001010010011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,128,91); }

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

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

 a { background-color: rgb(61,128,91); }

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

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

 span { border-color: rgb(61,128,91); }

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