#3D6C4E

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

Shades of Amazon #3D6C4E

Tints of Amazon #3D6C4E

Color information

#3D6C4E (or 0x3D6C4E) is unknown color: approx Amazon. HEX triplet: 3D, 6C and 4E. RGB value is (61,108,78). Sum of RGB (Red+Green+Blue) = 61+108+78=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 108 - color contains mainly: green. Hex color #3D6C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6C4E is #C293B1. Grayscale: #5A5A5A. Windows color (decimal): -12751794 or 5139517. OLE color: 5139517.

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

Color convert

RGB6110878-
CMYK0.4400.280.58
HSL141.7º27.81%33.14%-
HSV(B)141.7º43.52%42.35%-
XYZ8.6612.279.12-
YUV90.53120.93106.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.70%
GREEN value IS 108 (42.58% from 255) = 43.72%
BLUE value IS 78 (30.86% from 255) = 31.58%
R=24.70%
G=43.72%
B=31.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61108780.4400.280.58141.727.8133.14
Hex3D6C4E2C01C3A8e1c21
Octal7515411654034722163441
Binary111101110110010011101011000111001110101000111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,108,78); }

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

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

 a { background-color: rgb(61,108,78); }

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

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

 span { border-color: rgb(61,108,78); }

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