#3D865E

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

Shades of Amazon #3D865E

Tints of Amazon #3D865E

Color information

#3D865E (or 0x3D865E) is unknown color: approx Amazon. HEX triplet: 3D, 86 and 5E. RGB value is (61,134,94). Sum of RGB (Red+Green+Blue) = 61+134+94=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #3D865E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D865E is #C279A1. Grayscale: #6B6B6B. Windows color (decimal): -12745122 or 6194749. OLE color: 6194749.

HSL color Cylindrical-coordinate representation of color #3D865E: hue angle of 147.12º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D865E is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB6113494-
CMYK0.5400.300.47
HSL147.12º37.44%38.24%-
HSV(B)147.12º54.48%52.55%-
XYZ12.4718.8513.57-
YUV107.61120.3294.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.11%
GREEN value IS 134 (52.73% from 255) = 46.37%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=21.11%
G=46.37%
B=32.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61134940.5400.300.47147.1237.4438.24
Hex3D865E3601E2F932526
Octal7520613666036572234546
Binary11110110000110101111011011001111010111110010011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,134,94); }

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

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

 a { background-color: rgb(61,134,94); }

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

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

 span { border-color: rgb(61,134,94); }

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