#3D8659

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

Shades of Amazon #3D8659

Tints of Amazon #3D8659

Color information

#3D8659 (or 0x3D8659) is unknown color: approx Amazon. HEX triplet: 3D, 86 and 59. RGB value is (61,134,89). Sum of RGB (Red+Green+Blue) = 61+134+89=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #3D8659 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8659 is #C279A6. Grayscale: #6B6B6B. Windows color (decimal): -12745127 or 5867069. OLE color: 5867069.

HSL color Cylindrical-coordinate representation of color #3D8659: hue angle of 143.01º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D8659 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB6113489-
CMYK0.5400.340.47
HSL143.01º37.44%38.24%-
HSV(B)143.01º54.48%52.55%-
XYZ12.2518.7612.43-
YUV107.04117.8295.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.48%
GREEN value IS 134 (52.73% from 255) = 47.18%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=21.48%
G=47.18%
B=31.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61134890.5400.340.47143.0137.4438.24
Hex3D8659360222F8f2526
Octal7520613166042572174546
Binary111101100001101011001110110010001010111110001111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,134,89); }

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

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

 a { background-color: rgb(61,134,89); }

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

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

 span { border-color: rgb(61,134,89); }

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