#3D7551

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

Shades of Amazon #3D7551

Tints of Amazon #3D7551

Color information

#3D7551 (or 0x3D7551) is unknown color: approx Amazon. HEX triplet: 3D, 75 and 51. RGB value is (61,117,81). Sum of RGB (Red+Green+Blue) = 61+117+81=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #3D7551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7551 is #C28AAE. Grayscale: #606060. Windows color (decimal): -12749487 or 5338429. OLE color: 5338429.

HSL color Cylindrical-coordinate representation of color #3D7551: hue angle of 141.43º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D7551 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB6111781-
CMYK0.4800.310.54
HSL141.43º31.46%34.9%-
HSV(B)141.43º47.86%45.88%-
XYZ9.7714.3110.03-
YUV96.15119.45102.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.55%
GREEN value IS 117 (46.09% from 255) = 45.17%
BLUE value IS 81 (32.03% from 255) = 31.27%
R=23.55%
G=45.17%
B=31.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61117810.4800.310.54141.4331.4634.9
Hex3D75513001F368d1f23
Octal7516512160037662153743
Binary111101111010110100011100000111111101101000110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,117,81); }

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

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

 a { background-color: rgb(61,117,81); }

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

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

 span { border-color: rgb(61,117,81); }

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