#3D7850

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

Shades of Amazon #3D7850

Tints of Amazon #3D7850

Color information

#3D7850 (or 0x3D7850) is unknown color: approx Amazon. HEX triplet: 3D, 78 and 50. RGB value is (61,120,80). Sum of RGB (Red+Green+Blue) = 61+120+80=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #3D7850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7850 is #C287AF. Grayscale: #616161. Windows color (decimal): -12748720 or 5273661. OLE color: 5273661.

HSL color Cylindrical-coordinate representation of color #3D7850: hue angle of 139.32º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D7850 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB6112080-
CMYK0.4900.330.53
HSL139.32º32.6%35.49%-
HSV(B)139.32º49.17%47.06%-
XYZ10.09159.95-
YUV97.8117.95101.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.37%
GREEN value IS 120 (47.27% from 255) = 45.98%
BLUE value IS 80 (31.64% from 255) = 30.65%
R=23.37%
G=45.98%
B=30.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61120800.4900.330.53139.3232.635.49
Hex3D785031021358b2123
Octal7517012061041652134143
Binary11110111110001010000110001010000111010110001011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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