#3D8656

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

Shades of Amazon #3D8656

Tints of Amazon #3D8656

Color information

#3D8656 (or 0x3D8656) is unknown color: approx Amazon. HEX triplet: 3D, 86 and 56. RGB value is (61,134,86). Sum of RGB (Red+Green+Blue) = 61+134+86=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #3D8656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8656 is #C279A9. Grayscale: #6A6A6A. Windows color (decimal): -12745130 or 5670461. OLE color: 5670461.

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

Color convert

RGB6113486-
CMYK0.5400.360.47
HSL140.55º37.44%38.24%-
HSV(B)140.55º54.48%52.55%-
XYZ12.1318.7111.78-
YUV106.7116.3295.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.71%
GREEN value IS 134 (52.73% from 255) = 47.69%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=21.71%
G=47.69%
B=30.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61134860.5400.360.47140.5537.4438.24
Hex3D8656360242F8d2526
Octal7520612666044572154546
Binary111101100001101010110110110010010010111110001101100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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