#3D6A4F

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

Shades of Amazon #3D6A4F

Tints of Amazon #3D6A4F

Color information

#3D6A4F (or 0x3D6A4F) is unknown color: approx Amazon. HEX triplet: 3D, 6A and 4F. RGB value is (61,106,79). Sum of RGB (Red+Green+Blue) = 61+106+79=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 106 - color contains mainly: green. Hex color #3D6A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6A4F is #C295B0. Grayscale: #595959. Windows color (decimal): -12752305 or 5204541. OLE color: 5204541.

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

Color convert

RGB6110679-
CMYK0.4200.250.58
HSL144º26.95%32.75%-
HSV(B)144º42.45%41.57%-
XYZ8.4911.869.24-
YUV89.47122.09107.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.80%
GREEN value IS 106 (41.80% from 255) = 43.09%
BLUE value IS 79 (31.25% from 255) = 32.11%
R=24.80%
G=43.09%
B=32.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61106790.4200.250.5814426.9532.75
Hex3D6A4F2A0193A901b21
Octal7515211752031722203341
Binary111101110101010011111010100110011110101001000011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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