#3D6B51

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

Shades of Amazon #3D6B51

Tints of Amazon #3D6B51

Color information

#3D6B51 (or 0x3D6B51) is unknown color: approx Amazon. HEX triplet: 3D, 6B and 51. RGB value is (61,107,81). Sum of RGB (Red+Green+Blue) = 61+107+81=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 107 - color contains mainly: green. Hex color #3D6B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6B51 is #C294AE. Grayscale: #5A5A5A. Windows color (decimal): -12752047 or 5335869. OLE color: 5335869.

HSL color Cylindrical-coordinate representation of color #3D6B51: hue angle of 146.09º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3D6B51 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB6110781-
CMYK0.4300.240.58
HSL146.09º27.38%32.94%-
HSV(B)146.09º42.99%41.96%-
XYZ8.6712.19.66-
YUV90.28122.76107.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.50%
GREEN value IS 107 (42.19% from 255) = 42.97%
BLUE value IS 81 (32.03% from 255) = 32.53%
R=24.50%
G=42.97%
B=32.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61107810.4300.240.58146.0927.3832.94
Hex3D6B512B0183A921b21
Octal7515312153030722223341
Binary111101110101110100011010110110001110101001001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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