#3D845B

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

Shades of Amazon #3D845B

Tints of Amazon #3D845B

Color information

#3D845B (or 0x3D845B) is unknown color: approx Amazon. HEX triplet: 3D, 84 and 5B. RGB value is (61,132,91). Sum of RGB (Red+Green+Blue) = 61+132+91=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #3D845B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D845B is #C27BA4. Grayscale: #6A6A6A. Windows color (decimal): -12745637 or 5997629. OLE color: 5997629.

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

Color convert

RGB6113291-
CMYK0.5400.310.48
HSL145.35º36.79%37.84%-
HSV(B)145.35º53.79%51.76%-
XYZ12.0618.2512.78-
YUV106.1119.4895.83-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.48%
GREEN value IS 132 (51.95% from 255) = 46.48%
BLUE value IS 91 (35.94% from 255) = 32.04%
R=21.48%
G=46.48%
B=32.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61132910.5400.310.48145.3536.7937.84
Hex3D845B3601F30912526
Octal7520413366037602214546
Binary11110110000100101101111011001111111000010010001100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,132,91); }

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

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

 a { background-color: rgb(61,132,91); }

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

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

 span { border-color: rgb(61,132,91); }

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