#3D8250

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

Shades of Amazon #3D8250

Tints of Amazon #3D8250

Color information

#3D8250 (or 0x3D8250) is unknown color: approx Amazon. HEX triplet: 3D, 82 and 50. RGB value is (61,130,80). Sum of RGB (Red+Green+Blue) = 61+130+80=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #3D8250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8250 is #C27DAF. Grayscale: #676767. Windows color (decimal): -12746160 or 5276221. OLE color: 5276221.

HSL color Cylindrical-coordinate representation of color #3D8250: hue angle of 136.52º 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 #3D8250 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB6113080-
CMYK0.5300.380.49
HSL136.52º36.13%37.45%-
HSV(B)136.52º53.08%50.98%-
XYZ11.3617.5410.38-
YUV103.67114.6497.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.51%
GREEN value IS 130 (51.17% from 255) = 47.97%
BLUE value IS 80 (31.64% from 255) = 29.52%
R=22.51%
G=47.97%
B=29.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61130800.5300.380.49136.5236.1337.45
Hex3D82503502631892425
Octal7520212065046612114445
Binary111101100000101010000110101010011011000110001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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