#3D855E

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

Shades of Amazon #3D855E

Tints of Amazon #3D855E

Color information

#3D855E (or 0x3D855E) is unknown color: approx Amazon. HEX triplet: 3D, 85 and 5E. RGB value is (61,133,94). Sum of RGB (Red+Green+Blue) = 61+133+94=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #3D855E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D855E is #C27AA1. Grayscale: #6B6B6B. Windows color (decimal): -12745378 or 6194493. OLE color: 6194493.

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

Color convert

RGB6113394-
CMYK0.5400.290.48
HSL147.5º37.11%38.04%-
HSV(B)147.5º54.14%52.16%-
XYZ12.3318.5813.53-
YUV107.03120.6595.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.18%
GREEN value IS 133 (52.34% from 255) = 46.18%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=21.18%
G=46.18%
B=32.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61133940.5400.290.48147.537.1138.04
Hex3D855E3601D30942526
Octal7520513666035602244546
Binary11110110000101101111011011001110111000010010100100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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