#3D6D52

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

Shades of Amazon #3D6D52

Tints of Amazon #3D6D52

Color information

#3D6D52 (or 0x3D6D52) is unknown color: approx Amazon. HEX triplet: 3D, 6D and 52. RGB value is (61,109,82). Sum of RGB (Red+Green+Blue) = 61+109+82=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 109 - color contains mainly: green. Hex color #3D6D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6D52 is #C292AD. Grayscale: #5B5B5B. Windows color (decimal): -12751534 or 5401917. OLE color: 5401917.

HSL color Cylindrical-coordinate representation of color #3D6D52: hue angle of 146.25º 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 #3D6D52 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB6110982-
CMYK0.4400.250.57
HSL146.25º28.24%33.33%-
HSV(B)146.25º44.04%42.75%-
XYZ8.9212.549.93-
YUV91.57122.6106.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.21%
GREEN value IS 109 (42.97% from 255) = 43.25%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=24.21%
G=43.25%
B=32.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61109820.4400.250.57146.2528.2433.33
Hex3D6D522C01939921c21
Octal7515512254031712223441
Binary111101110110110100101011000110011110011001001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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