#3D8260

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

Shades of Amazon #3D8260

Tints of Amazon #3D8260

Color information

#3D8260 (or 0x3D8260) is unknown color: approx Amazon. HEX triplet: 3D, 82 and 60. RGB value is (61,130,96). Sum of RGB (Red+Green+Blue) = 61+130+96=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #3D8260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8260 is #C27D9F. Grayscale: #696969. Windows color (decimal): -12746144 or 6324797. OLE color: 6324797.

HSL color Cylindrical-coordinate representation of color #3D8260: hue angle of 150.43º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D8260 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB6113096-
CMYK0.5300.260.49
HSL150.43º36.13%37.45%-
HSV(B)150.43º53.08%50.98%-
XYZ12.0217.813.87-
YUV105.49122.6496.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.25%
GREEN value IS 130 (51.17% from 255) = 45.30%
BLUE value IS 96 (37.89% from 255) = 33.45%
R=21.25%
G=45.30%
B=33.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61130960.5300.260.49150.4336.1337.45
Hex3D82603501A31962425
Octal7520214065032612264445
Binary11110110000010110000011010101101011000110010110100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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