#3D8661

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

Shades of Amazon #3D8661

Tints of Amazon #3D8661

Color information

#3D8661 (or 0x3D8661) is unknown color: approx Amazon. HEX triplet: 3D, 86 and 61. RGB value is (61,134,97). Sum of RGB (Red+Green+Blue) = 61+134+97=292 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.89% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #3D8661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8661 is #C2799E. Grayscale: #6C6C6C. Windows color (decimal): -12745119 or 6391357. OLE color: 6391357.

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

Color convert

RGB6113497-
CMYK0.5400.280.47
HSL149.59º37.44%38.24%-
HSV(B)149.59º54.48%52.55%-
XYZ12.6118.9114.29-
YUV107.96121.8294.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.89%
GREEN value IS 134 (52.73% from 255) = 45.89%
BLUE value IS 97 (38.28% from 255) = 33.22%
R=20.89%
G=45.89%
B=33.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61134970.5400.280.47149.5937.4438.24
Hex3D86613601C2F962526
Octal7520614166034572264546
Binary11110110000110110000111011001110010111110010110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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