#3D8650

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

Shades of Amazon #3D8650

Tints of Amazon #3D8650

Color information

#3D8650 (or 0x3D8650) is unknown color: approx Amazon. HEX triplet: 3D, 86 and 50. RGB value is (61,134,80). Sum of RGB (Red+Green+Blue) = 61+134+80=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #3D8650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8650 is #C279AF. Grayscale: #6A6A6A. Windows color (decimal): -12745136 or 5277245. OLE color: 5277245.

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

Color convert

RGB6113480-
CMYK0.5400.400.47
HSL135.62º37.44%38.24%-
HSV(B)135.62º54.48%52.55%-
XYZ11.918.6210.56-
YUV106.02113.3295.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.18%
GREEN value IS 134 (52.73% from 255) = 48.73%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=22.18%
G=48.73%
B=29.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61134800.5400.400.47135.6237.4438.24
Hex3D8650360282F882526
Octal7520612066050572104546
Binary111101100001101010000110110010100010111110001000100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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