#3D7858

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

Shades of Amazon #3D7858

Tints of Amazon #3D7858

Color information

#3D7858 (or 0x3D7858) is unknown color: approx Amazon. HEX triplet: 3D, 78 and 58. RGB value is (61,120,88). Sum of RGB (Red+Green+Blue) = 61+120+88=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #3D7858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7858 is #C287A7. Grayscale: #626262. Windows color (decimal): -12748712 or 5797949. OLE color: 5797949.

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

Color convert

RGB6112088-
CMYK0.4900.270.53
HSL147.46º32.6%35.49%-
HSV(B)147.46º49.17%47.06%-
XYZ10.415.1311.6-
YUV98.71121.95101.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.68%
GREEN value IS 120 (47.27% from 255) = 44.61%
BLUE value IS 88 (34.77% from 255) = 32.71%
R=22.68%
G=44.61%
B=32.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61120880.4900.270.53147.4632.635.49
Hex3D78583101B35932123
Octal7517013061033652234143
Binary1111011111000101100011000101101111010110010011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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