#3D7855

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

Shades of Amazon #3D7855

Tints of Amazon #3D7855

Color information

#3D7855 (or 0x3D7855) is unknown color: approx Amazon. HEX triplet: 3D, 78 and 55. RGB value is (61,120,85). Sum of RGB (Red+Green+Blue) = 61+120+85=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #3D7855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7855 is #C287AA. Grayscale: #626262. Windows color (decimal): -12748715 or 5601341. OLE color: 5601341.

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

Color convert

RGB6112085-
CMYK0.4900.290.53
HSL144.41º32.6%35.49%-
HSV(B)144.41º49.17%47.06%-
XYZ10.2815.0810.96-
YUV98.37120.45101.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.93%
GREEN value IS 120 (47.27% from 255) = 45.11%
BLUE value IS 85 (33.59% from 255) = 31.95%
R=22.93%
G=45.11%
B=31.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61120850.4900.290.53144.4132.635.49
Hex3D78553101D35902123
Octal7517012561035652204143
Binary1111011111000101010111000101110111010110010000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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