#3D6D51

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

Shades of Amazon #3D6D51

Tints of Amazon #3D6D51

Color information

#3D6D51 (or 0x3D6D51) is unknown color: approx Amazon. HEX triplet: 3D, 6D and 51. RGB value is (61,109,81). Sum of RGB (Red+Green+Blue) = 61+109+81=251 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.30% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 109 - color contains mainly: green. Hex color #3D6D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6D51 is #C292AE. Grayscale: #5B5B5B. Windows color (decimal): -12751535 or 5336381. OLE color: 5336381.

HSL color Cylindrical-coordinate representation of color #3D6D51: hue angle of 145º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D6D51 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB6110981-
CMYK0.4400.260.57
HSL145º28.24%33.33%-
HSV(B)145º44.04%42.75%-
XYZ8.8812.529.73-
YUV91.46122.1106.28-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.30%
GREEN value IS 109 (42.97% from 255) = 43.43%
BLUE value IS 81 (32.03% from 255) = 32.27%
R=24.30%
G=43.43%
B=32.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61109810.4400.260.5714528.2433.33
Hex3D6D512C01A39911c21
Octal7515512154032712213441
Binary111101110110110100011011000110101110011001000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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