#3D8A56

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

Shades of Amazon #3D8A56

Tints of Amazon #3D8A56

Color information

#3D8A56 (or 0x3D8A56) is unknown color: approx Amazon. HEX triplet: 3D, 8A and 56. RGB value is (61,138,86). Sum of RGB (Red+Green+Blue) = 61+138+86=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #3D8A56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8A56 is #C275A9. Grayscale: #6D6D6D. Windows color (decimal): -12744106 or 5671485. OLE color: 5671485.

HSL color Cylindrical-coordinate representation of color #3D8A56: hue angle of 139.48º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D8A56 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB6113886-
CMYK0.5600.380.46
HSL139.48º38.69%39.02%-
HSV(B)139.48º55.8%54.12%-
XYZ12.6919.8411.96-
YUV109.05114.9993.73-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.40%
GREEN value IS 138 (54.30% from 255) = 48.42%
BLUE value IS 86 (33.98% from 255) = 30.18%
R=21.40%
G=48.42%
B=30.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61138860.5600.380.46139.4838.6939.02
Hex3D8A56380262E8b2727
Octal7521212670046562134747
Binary111101100010101010110111000010011010111010001011100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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