#3D7152

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

Shades of Amazon #3D7152

Tints of Amazon #3D7152

Color information

#3D7152 (or 0x3D7152) is unknown color: approx Amazon. HEX triplet: 3D, 71 and 52. RGB value is (61,113,82). Sum of RGB (Red+Green+Blue) = 61+113+82=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7152 is #C28EAD. Grayscale: #5D5D5D. Windows color (decimal): -12750510 or 5402941. OLE color: 5402941.

HSL color Cylindrical-coordinate representation of color #3D7152: hue angle of 144.23º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D7152 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB6111382-
CMYK0.4600.270.56
HSL144.23º29.89%34.12%-
HSV(B)144.23º46.02%44.31%-
XYZ9.3513.4110.08-
YUV93.92121.27104.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.83%
GREEN value IS 113 (44.53% from 255) = 44.14%
BLUE value IS 82 (32.42% from 255) = 32.03%
R=23.83%
G=44.14%
B=32.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61113820.4600.270.56144.2329.8934.12
Hex3D71522E01B38901e22
Octal7516112256033702203642
Binary111101111000110100101011100110111110001001000011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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