#3D865F

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

Shades of Amazon #3D865F

Tints of Amazon #3D865F

Color information

#3D865F (or 0x3D865F) is unknown color: approx Amazon. HEX triplet: 3D, 86 and 5F. RGB value is (61,134,95). Sum of RGB (Red+Green+Blue) = 61+134+95=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #3D865F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D865F is #C279A0. Grayscale: #6B6B6B. Windows color (decimal): -12745121 or 6260285. OLE color: 6260285.

HSL color Cylindrical-coordinate representation of color #3D865F: hue angle of 147.95º 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 #3D865F is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB6113495-
CMYK0.5400.290.47
HSL147.95º37.44%38.24%-
HSV(B)147.95º54.48%52.55%-
XYZ12.5218.8713.81-
YUV107.73120.8294.67-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.03%
GREEN value IS 134 (52.73% from 255) = 46.21%
BLUE value IS 95 (37.5% from 255) = 32.76%
R=21.03%
G=46.21%
B=32.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61134950.5400.290.47147.9537.4438.24
Hex3D865F3601D2F942526
Octal7520613766035572244546
Binary11110110000110101111111011001110110111110010100100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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