#3D7857

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

Shades of Amazon #3D7857

Tints of Amazon #3D7857

Color information

#3D7857 (or 0x3D7857) is unknown color: approx Amazon. HEX triplet: 3D, 78 and 57. RGB value is (61,120,87). Sum of RGB (Red+Green+Blue) = 61+120+87=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #3D7857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7857 is #C287A8. Grayscale: #626262. Windows color (decimal): -12748713 or 5732413. OLE color: 5732413.

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

Color convert

RGB6112087-
CMYK0.4900.280.53
HSL146.44º32.6%35.49%-
HSV(B)146.44º49.17%47.06%-
XYZ10.3615.1111.39-
YUV98.6121.45101.18-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.76%
GREEN value IS 120 (47.27% from 255) = 44.78%
BLUE value IS 87 (34.38% from 255) = 32.46%
R=22.76%
G=44.78%
B=32.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61120870.4900.280.53146.4432.635.49
Hex3D78573101C35922123
Octal7517012761034652224143
Binary1111011111000101011111000101110011010110010010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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