#3D6A4E

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

Shades of Amazon #3D6A4E

Tints of Amazon #3D6A4E

Color information

#3D6A4E (or 0x3D6A4E) is unknown color: approx Amazon. HEX triplet: 3D, 6A and 4E. RGB value is (61,106,78). Sum of RGB (Red+Green+Blue) = 61+106+78=245 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.90% from 245); Green value is 106 (41.80% from 255 or 43.27% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 106 - color contains mainly: green. Hex color #3D6A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6A4E is #C295B1. Grayscale: #595959. Windows color (decimal): -12752306 or 5139005. OLE color: 5139005.

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

Color convert

RGB6110678-
CMYK0.4200.260.58
HSL142.67º26.95%32.75%-
HSV(B)142.67º42.45%41.57%-
XYZ8.4511.859.05-
YUV89.35121.59107.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.90%
GREEN value IS 106 (41.80% from 255) = 43.27%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=24.90%
G=43.27%
B=31.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61106780.4200.260.58142.6726.9532.75
Hex3D6A4E2A01A3A8f1b21
Octal7515211652032722173341
Binary111101110101010011101010100110101110101000111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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