#3D875C

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

Shades of Amazon #3D875C

Tints of Amazon #3D875C

Color information

#3D875C (or 0x3D875C) is unknown color: approx Amazon. HEX triplet: 3D, 87 and 5C. RGB value is (61,135,92). Sum of RGB (Red+Green+Blue) = 61+135+92=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #3D875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D875C is #C278A3. Grayscale: #6C6C6C. Windows color (decimal): -12744868 or 6063933. OLE color: 6063933.

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

Color convert

RGB6113592-
CMYK0.5500.320.47
HSL145.14º37.76%38.43%-
HSV(B)145.14º54.81%52.94%-
XYZ12.5219.0913.15-
YUV107.97118.9894.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.18%
GREEN value IS 135 (53.12% from 255) = 46.88%
BLUE value IS 92 (36.33% from 255) = 31.94%
R=21.18%
G=46.88%
B=31.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61135920.5500.320.47145.1437.7638.43
Hex3D875C370202F912626
Octal7520713467040572214646
Binary111101100001111011100110111010000010111110010001100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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