#3D7552

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

Shades of Amazon #3D7552

Tints of Amazon #3D7552

Color information

#3D7552 (or 0x3D7552) is unknown color: approx Amazon. HEX triplet: 3D, 75 and 52. RGB value is (61,117,82). Sum of RGB (Red+Green+Blue) = 61+117+82=260 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.46% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #3D7552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7552 is #C28AAD. Grayscale: #606060. Windows color (decimal): -12749486 or 5403965. OLE color: 5403965.

HSL color Cylindrical-coordinate representation of color #3D7552: hue angle of 142.5º 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 #3D7552 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB6111782-
CMYK0.4800.300.54
HSL142.5º31.46%34.9%-
HSV(B)142.5º47.86%45.88%-
XYZ9.8114.3210.23-
YUV96.27119.95102.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.46%
GREEN value IS 117 (46.09% from 255) = 45%
BLUE value IS 82 (32.42% from 255) = 31.54%
R=23.46%
G=45%
B=31.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61117820.4800.300.54142.531.4634.9
Hex3D75523001E368e1f23
Octal7516512260036662163743
Binary111101111010110100101100000111101101101000111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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