#3D8660

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

Shades of Amazon #3D8660

Tints of Amazon #3D8660

Color information

#3D8660 (or 0x3D8660) is unknown color: approx Amazon. HEX triplet: 3D, 86 and 60. RGB value is (61,134,96). Sum of RGB (Red+Green+Blue) = 61+134+96=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #3D8660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8660 is #C2799F. Grayscale: #6B6B6B. Windows color (decimal): -12745120 or 6325821. OLE color: 6325821.

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

Color convert

RGB6113496-
CMYK0.5400.280.47
HSL148.77º37.44%38.24%-
HSV(B)148.77º54.48%52.55%-
XYZ12.5618.8914.05-
YUV107.84121.3294.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.96%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=20.96%
G=46.05%
B=32.99%

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
Decimal61134960.5400.280.47148.7737.4438.24
Hex3D86603601C2F952526
Octal7520614066034572254546
Binary11110110000110110000011011001110010111110010101100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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