#3D875D

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

Shades of Amazon #3D875D

Tints of Amazon #3D875D

Color information

#3D875D (or 0x3D875D) is unknown color: approx Amazon. HEX triplet: 3D, 87 and 5D. RGB value is (61,135,93). Sum of RGB (Red+Green+Blue) = 61+135+93=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #3D875D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D875D is #C278A2. Grayscale: #6C6C6C. Windows color (decimal): -12744867 or 6129469. OLE color: 6129469.

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

Color convert

RGB6113593-
CMYK0.5500.310.47
HSL145.95º37.76%38.43%-
HSV(B)145.95º54.81%52.94%-
XYZ12.5619.1113.38-
YUV108.09119.4894.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.11%
GREEN value IS 135 (53.12% from 255) = 46.71%
BLUE value IS 93 (36.72% from 255) = 32.18%
R=21.11%
G=46.71%
B=32.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61135930.5500.310.47145.9537.7638.43
Hex3D875D3701F2F922626
Octal7520713567037572224646
Binary11110110000111101110111011101111110111110010010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,135,93); }

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

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

 a { background-color: rgb(61,135,93); }

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

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

 span { border-color: rgb(61,135,93); }

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